24 lines
947 B
Text
24 lines
947 B
Text
0 info it worked if it ends with ok
|
|
1 verbose cli [ '/usr/bin/node',
|
|
1 verbose cli '/usr/bin/npm',
|
|
1 verbose cli 'install',
|
|
1 verbose cli 'simplify-js',
|
|
1 verbose cli '--save' ]
|
|
2 info using npm@1.4.28
|
|
3 info using node@v0.10.40
|
|
4 error Failed to parse json
|
|
4 error Unexpected token }
|
|
5 error File: /workspaces/electron/electron-react-tutorial/package.json
|
|
6 error Failed to parse package.json data.
|
|
6 error package.json must be actual JSON, not just JavaScript.
|
|
6 error
|
|
6 error This is not a bug in npm.
|
|
6 error Tell the package author to fix their package.json file. JSON.parse
|
|
7 error System Linux 3.10.0-229.20.1.el7.x86_64
|
|
8 error command "/usr/bin/node" "/usr/bin/npm" "install" "simplify-js" "--save"
|
|
9 error cwd /workspaces/electron/electron-react-tutorial
|
|
10 error node -v v0.10.40
|
|
11 error npm -v 1.4.28
|
|
12 error file /workspaces/electron/electron-react-tutorial/package.json
|
|
13 error code EJSONPARSE
|
|
14 verbose exit [ 1, true ]
|