-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Error] Failed to set up project file system #1988
Comments
We can't reproduce the issue with the same editor and OS version. Just cloned the repo, ran
Also we haven't changed Wallaby core for about 3 days, the latest extension release was targeting a very small Windows specific change. Maybe it's some caching issue - try touching your Wallaby config (adding a line break will do), saving it, and restarting Wallaby to see if it helps. |
Thanks for the quick check! Your guess was probably right, since restarting VSCode fixed the issue. Before, I only tried the "Reload Window" command, which did not have an effect. |
The issue re-appeared and now restarting VSCode does not fix it anymore. Do you have a hint, what cache files I would need to delete manually? EDIT: Deleting the extension |
If you have deleted the extension directory, you will have deleted Wallaby's cache. The problem may be that you are using |
Unfortunately that didn't fix the issue. Any other ideas? (For what it's worth, wallaby still works on my colleague's machine in the same repo.) |
Try touching your Wallaby config (adding a line break will do), saving it, and restarting Wallaby to see if it helps. |
That did not help. |
Just to double check if it is a caching issue or not, could you please try cloning the repo to a different folder, installing project dependencies and running Wallaby? |
Same error in the new clone. |
Just tried the latest version of the repo, and I can't reproduce the issue unfortunately, 200 tests are passing. Please do the following:
|
Wallaby.js Console:
Wallaby.js Tests:
|
If I restart wallaby (after initial start), the Wallaby.js Console has this output:
|
Thanks. Try checking if any of the following folders exist:
and if it does, try deleting it, touching Wallaby config and restarting it. |
Also
|
EDIT (had it wrong in my previous comment): Also try modifying your Wallaby config as follows: files: [
+ {pattern: 'packages/demos/src/**/*.{ts,tsx}', instrument: false},
'jest.config.js',
'scripts/setup-test-framework.js',
'packages/*/src/**/*.{ts,tsx,snap}',
'!packages/*/src/**/*.test.{ts,tsx}'
], and if the error changes after it, please share the new error. |
|
I just noticed, if I remove the |
Could you please try
|
This fixed it! 🎉 What does this mean in general regarding the compatibility of Wallaby and Node 10? |
The issue is that We'll be looking into adding the support shortly. In meantime you may:
|
Thanks a lot for investigating this and explaining the cause of the issue! |
Issue description or question
Since today wallaby fails to start for sinnerschrader/feature-hub with errors like this (on varying files):
We didn't do any changes to the wallaby config, jest or babel (with a lock file), and it worked just fine until yesterday.
Wallaby.js configuration file
Code editor or IDE name and version
Visual Studio Code v1.30.2
OS name and version
macOS 10.14.2 (18C54)
The text was updated successfully, but these errors were encountered: