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

Global install fail #25

Closed
oligot opened this issue Nov 18, 2015 · 4 comments
Closed

Global install fail #25

oligot opened this issue Nov 18, 2015 · 4 comments

Comments

@oligot
Copy link

oligot commented Nov 18, 2015

Hi,

I tried to install ied with npm

npm i -g ied

but it failed

npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "-g" "ied"
npm ERR! node v4.2.1
npm ERR! npm v2.14.7
npm ERR! path /usr/local/lib/node_modules/ied/bin/cmd.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod

npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/ied/bin/cmd.js'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent

Downloading the tarball (http://registry.npmjs.org/ied/-/ied-0.2.0.tgz) pointed by

npm info ied

and uncompressing it result in a single folder named package with a single file package.json

tree package

package
└── package.json

0 directories, 1 file

It looks like there are missing files...

@pvledoux
Copy link

Same problem here, node 5.0 on OSX 10.11.1

@macalinao
Copy link

You need to do npm install -g ied@0.1.1. For some reason there's a bad module uploaded at 0.2.0.

@alexanderGugel
Copy link
Owner

Something went terribly, terribly wrong. I don't know what. v0.2.1 has been published.

I'm sorry.

@oligot
Copy link
Author

oligot commented Nov 19, 2015

No problem.
The installation works now 😏

This issue was closed.
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

4 participants