Closed Dianoga closed 4 years ago
Please remove the following line from your wallaby config:
- runner: 'node'
it should help.
Also, since you are using Jest v24, we recommend deleting your Wallaby config file and switching to automatic configuration.
@ArtemGovorov I tried both removing that line and switching to automatic configuration. Neither corrected the problem.
Could you please try:
<homeDir>/projects/cake/cake-client/
and run: npm rebuild
npx jest --clearCache
npx jest
and confirm that everything is working outside of Wallaby. If you're still getting an error at that point, please provide us with the updated diagnostic report.
That eventually solved the problem. I ended up having to remove node_modules/canvas
individually and then reinstall. I'm not sure why nothing else worked, but I'm back up and running.
Thanks
Issue description or question
Wallaby is no longer able to run any of my tests after switch to node 12 (from 10). I get the following error in the console.
Things I've tried:
npm install
Wallaby diagnostics report