spawnScan icon indicating copy to clipboard operation
spawnScan copied to clipboard

[bug] npm install -r requirements.txt

Open vinsilsim opened this issue 9 years ago • 1 comments

[root@instance-1 spawnScan]# npm install -r requirements.txt npm WARN invalid config registry="requirements.txt" npm WARN invalid config Must be a full url with 'http://' npm ERR! install Couldn't read dependencies npm ERR! Error: ENOENT, open '/home/spawnScan/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! [email protected]

npm ERR! System Linux 3.10.0-327.28.2.el7.x86_64 npm ERR! command "node" "/bin/npm" "install" "-r" "requirements.txt" npm ERR! cwd /home/spawnScan npm ERR! node -v v0.10.42 npm ERR! npm -v 1.3.6 npm ERR! path /home/spawnScan/package.json npm ERR! code ENOENT npm ERR! errno 34 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/spawnScan/npm-debug.log npm ERR! not ok code 0

anyone can help me?

vinsilsim avatar Aug 11 '16 14:08 vinsilsim

This script is in python, so you need to use pip to install requirements.

tcoliver avatar Aug 11 '16 14:08 tcoliver