-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
issue when installing through NPM #42
Comments
I used existing projects and created a fresh project to test this before making the issue. it's possible that it comes down to something strange in my local environment. I can check on another machine entirely, and will create another issue with more detail if it's something I can reproduce without that possibility. |
having same issue installing with npm (following @grantglidewell's steps above with existing project) module.js:540
throw err;
^
Error: Cannot find module 'webpack/schemas/WebpackOptions.json' [EDIT] fixed - #56 |
Bug Report
When installed through NPM the script refuses to run, reporting that its unable to find a webpack module. When installing through Yarn it works as described in the docs
To Reproduce
Expected behavior
NPM and Yarn should behave the same
Enviroment
The text was updated successfully, but these errors were encountered: