Skip to content
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

Module not found: Can't resolve 'worker-loader' in '/Users/anf/code/jeri-cra/node_modules/jeri/build_npm/utils' #15

Open
tonyferrell opened this issue Mar 8, 2021 · 1 comment

Comments

@tonyferrell
Copy link

When I try add the jeri package via npm to an existing react project and try to run it, I get the following error:

./node_modules/jeri/build_npm/utils/image-loading.js
Module not found: Can't resolve 'worker-loader' in '/Users/anf/code/jeri-cra/node_modules/jeri/build_npm/utils'

It looks like this is due to worker-loader being a devDependency (which seems correct given that it's a webpack plugin?) but being used directly in non-dev code.

@johhnry
Copy link

johhnry commented Jan 13, 2022

Hi,

I have the same problem with jeri 1.1.0 on a CRA project with TypeScript, did you solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants