-
Notifications
You must be signed in to change notification settings - Fork 3.4k
cb() never called! During installation of new Angular project #474
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
Hi @jager, Please provide more info about your npm and node versions. |
i met this error too, the node version is v13.1.0. |
And your npm version? |
Getting this on a Gatsby project. Node v 13.1 and npm 6.12.1, macOS Cataline, 10.15.0 |
See #417 Let's discuss this there. |
Hi there, I got the same problem creating a new Angular Project: Information about versions:Node: v13.1.0 | npm: 6.12.1
npm WARN deprecated fsevents@1.2.9: One of your dependencies needs to upgrade to fsevents v2:
1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! <https://npm.community>
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Username\AppData\Roaming\npm-cache\_logs\2019-11-14T00_11_16_075Z-debug.log
Package install failed, see above. ExtraWhen I try to upgrade fsevents to v2 (as the message 1. says) by:
I got this message:npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Username\AppData\Roaming\npm-cache\_logs\2019-11-14T00_46_00_606Z-debug.log Computer Info:SO: Microsoft Windows 10 Pro | SO version: 10.0.18362 | System: x64-based PCThanks for your active help! |
Duplicate issue; aggregating into #417. |
When called ng new my-app then get error: npm ERR! cb() never called! npm ERR! This is an error with npm itself. Please report this error at: npm ERR! A complete log of this run can be found in: If anyone have solution then share it |
I got this issue when creating a new angular project npm ERR! cb() never called! npm ERR! This is an error with npm itself. Please report this error at: npm ERR! A complete log of this run can be found in: my node version is 14.15.1 |
I got this issue when creating a new angular project npm ERR! This is an error with npm itself. Please report this error at: npm ERR! A complete log of this run can be found in: my node version is 14.16.0 |
During installation of new Angular project I get following error (from logs):
20917 error cb() never called!
20918 error This is an error with npm itself. Please report this error at:
20919 error https://npm.community
The text was updated successfully, but these errors were encountered: