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

1.1.3 causing 'npm ERR! cb() never called!' #54

Closed
sinn1 opened this issue Apr 18, 2017 · 15 comments
Closed

1.1.3 causing 'npm ERR! cb() never called!' #54

sinn1 opened this issue Apr 18, 2017 · 15 comments

Comments

@sinn1
Copy link

sinn1 commented Apr 18, 2017

We have "react-iscroll": "^1.1.0" in our package.json (allow minor version upgrades) and the new version (1.1.3) results in this error during npm install.

Using "react-iscroll": "1.1.2" instead.

@zaggaz
Copy link

zaggaz commented Apr 18, 2017

+1

10 similar comments
@gbk
Copy link

gbk commented Apr 19, 2017

+1

@alex-mm
Copy link

alex-mm commented Apr 19, 2017

+1

@moxiaohe
Copy link

+1

@fengsx
Copy link

fengsx commented Apr 19, 2017

+1

@yize
Copy link

yize commented Apr 19, 2017

+1

@yukap6
Copy link

yukap6 commented Apr 19, 2017

+1

@yanbingbing
Copy link

+1

@wushanchao
Copy link

+1

@eJayYoung
Copy link

+1

@pplgin
Copy link

pplgin commented Apr 19, 2017

+1

@schovi
Copy link
Owner

schovi commented Apr 19, 2017

Thx for report. Can you add more info, where this error is thrown? During npm install, or somewhere else? I am trying simulate this on new project and can't reach that state. If you have working example or know how to fix it give me hint.

@sinn1
Copy link
Author

sinn1 commented Apr 19, 2017

Yea on npm install. Delete node_modules folder and try npm install. Error should be thrown.

@schovi
Copy link
Owner

schovi commented Apr 19, 2017

Got it. But what the hell :)

@schovi
Copy link
Owner

schovi commented Apr 19, 2017

Fixed with 1.1.4 8828f5e

Problem was, that I published package with yarn instead of npm

@schovi schovi closed this as completed Apr 19, 2017
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