You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
~/bar $ npm install nclosure
npm WARN new-js No description
npm WARN new-js No repository field.
npm WARN new-js No license field.
npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/Cellar/node/5.10.1/bin/node" "/usr/local/bin/npm" "install" "nclosure"
npm ERR! node v5.10.1
npm ERR! npm v3.8.3
npm ERR! path /Users/foo/bar/node_modules/nclosure/bin\closure.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/foo/bar/node_modules/nclosure/bin\closure.json'
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/foo/bar/node_modules/nclosure/bin\closure.json'
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.
I'm on OSX, if that matters. It's strange to me that that path to closure.json has a backslash in it.
I'm able to install successfully with npm install --no-bin-links nclosure.
The text was updated successfully, but these errors were encountered:
I'm on OSX, if that matters. It's strange to me that that path to
closure.json
has a backslash in it.I'm able to install successfully with
npm install --no-bin-links nclosure
.The text was updated successfully, but these errors were encountered: