-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathnpm-debug.log
26 lines (26 loc) · 1.41 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
0 info it worked if it ends with ok
1 verbose cli [ '/usr/share/atom/resources/app/apm/bin/node',
1 verbose cli '/usr/share/atom/resources/app/apm/node_modules/npm/bin/npm-cli.js',
1 verbose cli '--globalconfig',
1 verbose cli '/home/easyula/.atom/.apm/.apmrc',
1 verbose cli '--userconfig',
1 verbose cli '/home/easyula/.atom/.apmrc',
1 verbose cli 'install',
1 verbose cli '--target=0.22.0',
1 verbose cli '--arch=x64' ]
2 info using npm@2.5.1
3 info using node@v0.10.35
4 error install Couldn't read dependencies
5 verbose stack Error: ENOENT, open '/home/easyula/Workspace/curso-redmine-univisagio/package.json'
6 verbose cwd /home/easyula/Workspace/curso-redmine-univisagio
7 error Linux 3.13.0-57-generic
8 error argv "/usr/share/atom/resources/app/apm/bin/node" "/usr/share/atom/resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/home/easyula/.atom/.apm/.apmrc" "--userconfig" "/home/easyula/.atom/.apmrc" "install" "--target=0.22.0" "--arch=x64"
9 error node v0.10.35
10 error npm v2.5.1
11 error path /home/easyula/Workspace/curso-redmine-univisagio/package.json
12 error code ENOPACKAGEJSON
13 error errno 34
14 error package.json ENOENT, open '/home/easyula/Workspace/curso-redmine-univisagio/package.json'
14 error package.json This is most likely not a problem with npm itself.
14 error package.json npm can't find a package.json file in your current directory.
15 verbose exit [ 34, true ]