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

cb() never called! During installation of new Angular project #474

Closed
jager opened this issue Nov 12, 2019 · 10 comments
Closed

cb() never called! During installation of new Angular project #474

jager opened this issue Nov 12, 2019 · 10 comments
Labels
Bug thing that needs fixing

Comments

@jager
Copy link

jager commented Nov 12, 2019

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

@DanielRuf
Copy link

Hi @jager,

Please provide more info about your npm and node versions.

@RidingRoad
Copy link

Hi @jager,

Please provide more info about your npm and node versions.

i met this error too, the node version is v13.1.0.

@DanielRuf
Copy link

And your npm version?

@twhite96
Copy link

twhite96 commented Nov 13, 2019

Getting this on a Gatsby project. Node v 13.1 and npm 6.12.1, macOS Cataline, 10.15.0

@DanielRuf
Copy link

See #417

Let's discuss this there.

@RichGlz
Copy link

RichGlz commented Nov 14, 2019

Hi there, I got the same problem creating a new Angular Project:

Information about versions:

Node: v13.1.0 | npm: 6.12.1
  1. During installation I got this message:

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
  1. After finish, I got this error:

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.

Extra

When I try to upgrade fsevents to v2 (as the message 1. says) by:

npm install -g fsevents

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 PC

Thanks for your active help!

@mikemimik
Copy link
Contributor

Duplicate issue; aggregating into #417.

@mikemimik mikemimik added Bug thing that needs fixing Community labels Jan 20, 2020
@HemangSidapara
Copy link

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! https://npm.community

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\heman\AppData\Roaming\npm-cache_logs\2020-04-09T06_59_03_102Z-debug.log

If anyone have solution then share it

@Joesac
Copy link

Joesac commented Nov 28, 2020

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! https://npm.community

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Joesac\AppData\Roaming\npm-cache_logs\2020-11-28T22_54_00_145Z-debug.log

my node version is 14.15.1
npm version 6.14.5

@ghost
Copy link

ghost commented Mar 18, 2021

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! https://github.com/npm/cli/issues

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\wasim\AppData\Local\npm-cache_logs\2021-03-18T08_49_12_555Z-debug.log

my node version is 14.16.0
npm version 7.6.3

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

No branches or pull requests

8 participants