-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
27 lines (27 loc) · 1.57 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
27
0 info it worked if it ends with ok
1 verbose cli [ '/Applications/Atom.app/Contents/Resources/app/apm/bin/node',
1 verbose cli '/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js',
1 verbose cli '--globalconfig',
1 verbose cli '/Users/amr/.atom/.apm/.apmrc',
1 verbose cli '--userconfig',
1 verbose cli '/Users/amr/.atom/.apmrc',
1 verbose cli 'install',
1 verbose cli '--target=0.37.8',
1 verbose cli '--arch=x64' ]
2 info using npm@2.13.3
3 info using node@v0.10.40
4 verbose readDependencies loading dependencies from /Users/amr/redmine-3.2/plugins/redmine_iterations/package.json
5 error install Couldn't read dependencies
6 verbose stack Error: ENOENT, open '/Users/amr/redmine-3.2/plugins/redmine_iterations/package.json'
7 verbose cwd /Users/amr/redmine-3.2/plugins/redmine_iterations
8 error Darwin 15.6.0
9 error argv "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Users/amr/.atom/.apm/.apmrc" "--userconfig" "/Users/amr/.atom/.apmrc" "install" "--target=0.37.8" "--arch=x64"
10 error node v0.10.40
11 error npm v2.13.3
12 error path /Users/amr/redmine-3.2/plugins/redmine_iterations/package.json
13 error code ENOPACKAGEJSON
14 error errno 34
15 error package.json ENOENT, open '/Users/amr/redmine-3.2/plugins/redmine_iterations/package.json'
15 error package.json This is most likely not a problem with npm itself.
15 error package.json npm can't find a package.json file in your current directory.
16 verbose exit [ 34, true ]