I've been working on porting a project to Nextron. When I deleted my yarn.lock file and reinstalled node modules, suddenly I'm getting this error when running yarn dev:
Reverting the lockfile fixes the issue so there must be some breaking change in one of the nextron packages.
I've been working on porting a project to Nextron. When I deleted my
yarn.lock
file and reinstalled node modules, suddenly I'm getting this error when runningyarn dev
:Reverting the lockfile fixes the issue so there must be some breaking change in one of the nextron packages.
Here is a repo to replicate: https://github.com/lacymorrow/c2
yarn
yarn dev
and verify electron starts (ignore app errors)rm -rf node_modules
, andrm yarn.lock
yarn && yarn dev
Entry module not found: Error: Can't resolve 'babel-loader' in...