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

Error install on Ubuntu 13.04 #34

Open
sroberson opened this issue Jan 20, 2014 · 1 comment
Open

Error install on Ubuntu 13.04 #34

sroberson opened this issue Jan 20, 2014 · 1 comment

Comments

@sroberson
Copy link

npm install blessed returns an error:

~/termcoin$ npm install blessed
npm http GET https://registry.npmjs.org/blessed
npm http 304 https://registry.npmjs.org/blessed
npm ERR! Error: ENOTDIR, mkdir '/home/scott/tmp/npm-8075-XhJVPyQY/1390185494907-0.14757413254119456'
npm ERR! If you need help, you may report this entire log,
npm ERR! including the npm and node versions, at:
npm ERR! http://github.com/isaacs/npm/issues

npm ERR! System Linux 3.8.0-35-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "blessed"
npm ERR! cwd /home/scott/termcoin
npm ERR! node -v v0.11.11-pre
npm ERR! npm -v 1.3.23
npm ERR! path /home/scott/tmp/npm-8075-XhJVPyQY/1390185494907-0.14757413254119456
npm ERR! code ENOTDIR
npm ERR! errno -20
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/scott/termcoin/npm-debug.log
npm ERR! not ok code 0

@mscdex
Copy link
Collaborator

mscdex commented Feb 10, 2014

Looks like an system/npm issue rather than an issue with this particular module. FWIW you can get more (useful) output by passing the --loglevel=silly argument to npm.

You might check permissions on /home/scott/tmp or try a stable node version (latest being v0.10.25 as of this writing).

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

2 participants