-
Notifications
You must be signed in to change notification settings - Fork 12k
Cannot find module 'buffer-shims' #3131
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
Comments
try npm install -g buffer-shims ng help this works for me |
Had the same problem, resolved with |
|
make it official, npm install -g buffer-shims works!!!! |
We don't require |
i tried not works for me. it shows same error Cannot find module 'buffer-shims' |
I was stuck with this error as well and it turned out to be affiliated with node-sass. Fix:
On npm v5+ you will need to call |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Versions.
Repro steps.
The log given by the failure.
Mention any other details that might be useful.
I resolved it by running
npm install -g buffer-shims
, but I would assume it should be done duringnpm install -g angular-cli
The text was updated successfully, but these errors were encountered: