Answer the question
In order to leave comments, you need to log in
How to fix a bug in npm?
I do the following:
$ npm test
npm ERR! Error: ENOENT, open '/home/admin/package.json'
npm ERR! If you need help, you may report this log at:
npm ERR!
npm ERR! or email it to:
npm ERR!
npm ERR! System Linux 2.6.32-431.1.2.0.1.el6.x86_64
npm ERR! command "node" "/usr/bin/npm" "test"
npm ERR! cwd /home/admin
npm ERR! node -v v0.10.22
npm ERR! npm -v 1.3.6
npm ERR! path /home/admin/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/admin/npm-debug.log
npm ERR! not ok code 0
I can not understand what happened (maybe just a head full of others).
Everything is up to date and working, but the output of this command is a little troubling to me. What can be wrong?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question