added node-cmd dependency
This commit is contained in:
parent
5fe84cf7ba
commit
3312c6a644
2 changed files with 40 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-ipc",
|
"name": "node-ipc",
|
||||||
"version": "1.1.6",
|
"version": "1.1.7",
|
||||||
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
||||||
"main": "node-ipc.js",
|
"main": "node-ipc.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
@ -8,7 +8,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"event-pubsub": "~1.0.3",
|
"event-pubsub": "~1.0.3",
|
||||||
"colors": "~0.6.2"
|
"colors": "~0.6.2",
|
||||||
|
"node-cmd" : "~1.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
37
testHarness/npm-debug.log
Normal file
37
testHarness/npm-debug.log
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
0 info it worked if it ends with ok
|
||||||
|
1 verbose cli [ 'node', '/home/bmiller/.nvm/v0.10.30/bin/npm', 'publish' ]
|
||||||
|
2 info using npm@1.4.23
|
||||||
|
3 info using node@v0.10.30
|
||||||
|
4 verbose publish [ '.' ]
|
||||||
|
5 verbose cache add [ '.', null ]
|
||||||
|
6 verbose cache add name=undefined spec="." args=[".",null]
|
||||||
|
7 verbose parsed url { protocol: null,
|
||||||
|
7 verbose parsed url slashes: null,
|
||||||
|
7 verbose parsed url auth: null,
|
||||||
|
7 verbose parsed url host: null,
|
||||||
|
7 verbose parsed url port: null,
|
||||||
|
7 verbose parsed url hostname: null,
|
||||||
|
7 verbose parsed url hash: null,
|
||||||
|
7 verbose parsed url search: null,
|
||||||
|
7 verbose parsed url query: null,
|
||||||
|
7 verbose parsed url pathname: '.',
|
||||||
|
7 verbose parsed url path: '.',
|
||||||
|
7 verbose parsed url href: '.' }
|
||||||
|
8 silly lockFile 3a52ce78- .
|
||||||
|
9 verbose lock . /home/bmiller/.npm/3a52ce78-.lock
|
||||||
|
10 silly lockFile 3a52ce78- .
|
||||||
|
11 silly lockFile 3a52ce78- .
|
||||||
|
12 error addLocal Could not install .
|
||||||
|
13 error Error: ENOENT, open 'package.json'
|
||||||
|
14 error If you need help, you may report this *entire* log,
|
||||||
|
14 error including the npm and node versions, at:
|
||||||
|
14 error <http://github.com/npm/npm/issues>
|
||||||
|
15 error System Linux 3.13.0-34-generic
|
||||||
|
16 error command "node" "/home/bmiller/.nvm/v0.10.30/bin/npm" "publish"
|
||||||
|
17 error cwd /home/bmiller/git/node-ipc/testHarness
|
||||||
|
18 error node -v v0.10.30
|
||||||
|
19 error npm -v 1.4.23
|
||||||
|
20 error path package.json
|
||||||
|
21 error code ENOENT
|
||||||
|
22 error errno 34
|
||||||
|
23 verbose exit [ 34, true ]
|
Loading…
Reference in a new issue