-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
36 lines (36 loc) · 1.63 KB
/
npm-debug.log
File metadata and controls
36 lines (36 loc) · 1.63 KB
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
28
29
30
31
32
33
34
35
36
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'gulp-coffee',
1 verbose cli '--save' ]
2 info using npm@2.14.7
3 info using node@v4.2.2
4 verbose install initial load of /Applications/MAMP/htdocs/own-ui/package.json
5 verbose stack Error: Failed to parse json
5 verbose stack Unexpected token 't' at 1:1
5 verbose stack tpl{
5 verbose stack ^
5 verbose stack at parseError (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:379:11)
5 verbose stack at parseJson (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:68:23)
5 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:48:5
5 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:76:16
5 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:380:3)
6 verbose cwd /Applications/MAMP/htdocs/own-ui
7 error Darwin 14.5.0
8 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "gulp-coffee" "--save"
9 error node v4.2.2
10 error npm v2.14.7
11 error file /Applications/MAMP/htdocs/own-ui/package.json
12 error code EJSONPARSE
13 error Failed to parse json
13 error Unexpected token 't' at 1:1
13 error tpl{
13 error ^
14 error File: /Applications/MAMP/htdocs/own-ui/package.json
15 error Failed to parse package.json data.
15 error package.json must be actual JSON, not just JavaScript.
15 error
15 error This is not a bug in npm.
15 error Tell the package author to fix their package.json file. JSON.parse
16 verbose exit [ 1, true ]