Skip to content

Instantly share code, notes, and snippets.

@mattfarina
Created June 23, 2016 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattfarina/6098a7ed083034b92efed13acdda47d7 to your computer and use it in GitHub Desktop.
Save mattfarina/6098a7ed083034b92efed13acdda47d7 to your computer and use it in GitHub Desktop.
$ grommet init grommet-deleteme
(node:6901) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
3.9.3
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/Cellar/node/6.2.1/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v6.2.1
npm ERR! npm v3.9.3
npm ERR! file /Users/mfarina/Code/grommet-deleteme/package.json
npm ERR! code EJSONPARSE
npm ERR! Failed to parse json
npm ERR! Trailing comma in object at 16:3
npm ERR! }
npm ERR! ^
npm ERR! File: /Users/mfarina/Code/grommet-deleteme/package.json
npm ERR! Failed to parse package.json data.
npm ERR! package.json must be actual JSON, not just JavaScript.
npm ERR!
npm ERR! This is not a bug in npm.
npm ERR! Tell the package author to fix their package.json file. JSON.parse
npm ERR! Please include the following file with any support request:
npm ERR! /Users/mfarina/Code/grommet-deleteme/npm-debug.log
[11:21:23] npm exited with non-zero code 1 , run `npm install` manually
events.js:160
throw er; // Unhandled 'error' event
^
Error: npm exited with non-zero code 1
at ChildProcess.<anonymous> (/usr/local/lib/node_modules/grommet/node_modules/gulp-install/lib/commandRunner.js:14:19)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:852:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment