saltyshiomix / nextron

⚡ Next.js + Electron ⚡
https://npm.im/nextron
MIT License
3.97k stars 229 forks source link

Entry module not found: Error: Can't resolve 'babel-loader' in... #90

Closed lacymorrow closed 4 years ago

lacymorrow commented 4 years ago

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:

image

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

lacymorrow commented 4 years ago

This was already fixed, I knew I had seen this before: https://github.com/saltyshiomix/nextron/issues/81