Ketika saya menjalankan npm install
, saya mendapatkan kesalahan ini:
npm ERR! install Couldn't read dependencies npm ERR! Error: ENOENT, open '/home/mramahy/Desktop/package.json' npm ERR! If you need help, you may report this log at: npm ERR! <http://github.com/isaacs/npm/issues> npm ERR! or email it to: npm ERR! <npm-@googlegroups.com> npm ERR! System Linux 3.19.0-26-generic npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! cwd /home/mramahy/Desktop npm ERR! node -v v0.10.25 npm ERR! npm -v 1.3.10 npm ERR! path /home/mramahy/Desktop/package.json npm ERR! code ENOENT npm ERR! errno 34 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/mramahy/Desktop/npm-debug.log npm ERR! not ok code 0
Kenapa begitu?
3
Harap edit pertanyaan Anda untuk memasukkan apa yang sedang Anda coba lakukan, dan apa yang Anda lakukan untuk mendapatkan pesan kesalahan ini.
—
Carl H