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

"ERR! cb() never called!" when installing a plugin (heroku-cli-node) #412

Closed
hunterloftis opened this issue Feb 25, 2017 · 2 comments
Closed

Comments

@hunterloftis
Copy link
Contributor

$ HEROKU_DEBUG=1 heroku plugins:install heroku-cli-node
heroku-cli/5.6.27-7c0098a (darwin-amd64) go1.7.5 /Users/hloftis/.local/share/heroku/cli/bin/heroku cmd: version
heroku-cli/5.6.27-7c0098a (darwin-amd64) go1.7.5 /Users/hloftis/.local/share/heroku/cli/bin/heroku cmd: commands
heroku-cli/5.6.27-7c0098a (darwin-amd64) go1.7.5 /Users/hloftis/.local/share/heroku/cli/bin/heroku cmd: plugins:install
Installing plugin heroku-cli-node...2017/02/25 16:42:13 running npm from /Users/hloftis/.local/share/heroku/plugins: /Users/hloftis/.local/share/heroku/cli/lib/node /Users/hloftis/.local/share/heroku/cli/lib/npm/cli.js install heroku-cli-node --loglevel=info
npm info it worked if it ends with ok
npm info using npm@3.10.10
npm info using node@v6.9.5
npm info attempt registry request try #1 at 4:42:15 PM
npm http request GET https://cli-npm.heroku.com/heroku-cli-node
npm http 200 https://cli-npm.heroku.com/heroku-cli-node
npm info addNameTag [ 'heroku-cli-node', 'latest' ]
npm ERR! cb() never called!
 !
 ▸    Error installing package.
 ▸
 ▸    Try running again with HEROKU_DEBUG=1 to see more output.
Error installing package.

Try running again with HEROKU_DEBUG=1 to see more output.

/home/ubuntu/.go_workspace/src/github.com/heroku/cli/io.go:328 (0x16800)
/usr/local/go/src/runtime/asm_amd64.s:479 (0x7d66c)
	call32: CALLFN(·call32, 32)
/usr/local/go/src/runtime/panic.go:458 (0x50da3)
	gopanic: reflectcall(nil, unsafe.Pointer(d.fn), deferArgs(d), uint32(d.siz), uint32(d.siz))
/home/ubuntu/.go_workspace/src/github.com/heroku/cli/io.go:184 (0x1592c)
/home/ubuntu/.go_workspace/src/github.com/heroku/cli/plugins.go:126 (0x2409d)
/home/ubuntu/.go_workspace/src/github.com/heroku/cli/io.go:299 (0x16539)
/home/ubuntu/.go_workspace/src/github.com/heroku/cli/plugins.go:128 (0x1b127)
/home/ubuntu/.go_workspace/src/github.com/heroku/cli/start.go:70 (0x1ee9e)
/home/ubuntu/.go_workspace/src/github.com/heroku/cli/main.go:22 (0x1763a)
/usr/local/go/src/runtime/proc.go:183 (0x52a74)
	main: main_main()
/usr/local/go/src/runtime/asm_amd64.s:2086 (0x80191)
	goexit: BYTE	$0x90	// NOP

 !    error installing plugin heroku-cli-node
@ransombriggs
Copy link

@hunterloftis other issues people have seem to point at dependencies issues. I was able to replicate your issue with 2.0.0 but was able to install 1.1.0 so I went to go see what was different between the two dependency wise, but could not find a tag for 2.0.0 in the github repo, could you push it up?

@jdx
Copy link
Contributor

jdx commented Apr 26, 2017

I believe this was an issue with an invalid main property in package.json

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

3 participants