You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've gotten all kinds of errors when installing gulp, updating, and then re-downgrading Node to Node 5 instead of the most recent release.
I also received this error at first that has something to do with the .json file. npm WARN ENOENT ENOENT: no such file or directory, open '/Users/userid/package.json' npm WARN EPACKAGEJSON userid No description npm WARN EPACKAGEJSON userid No repository field. npm WARN EPACKAGEJSON userid No README data npm WARN EPACKAGEJSON userid No license field.
Similar to what is filed [here](https://github.com/npm/npm/issues/9161)
Then after I updated Homebrew, to the Node version recommended here
I always have the worst time installing anything with Homebrew, and particularly Gulp and even ReactJS, one time my cpu just forced itself into EMACS.
Then I got this random throw error. I'm still throwing up my hands trying to figure out how to install and run this, any help is much appreciated and I'm willing to pair with anyone on Slack to resolve
`module.js:442
throw err;
^
Error: Cannot find module 'npmlog'
at Function.Module._resolveFilename (module.js:440:15)
at Function.Module._load (module.js:388:25)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at /usr/local/lib/node_modules/npm/bin/npm-cli.js:20:13
at Object. (/usr/local/lib/node_modules/npm/bin/npm-cli.js:76:3)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)`
The text was updated successfully, but these errors were encountered:
No my components also worked for installing react-lightning design system,
the main salesforce design system failed with npm installs, gulp installs
etc.
On Wed, Jun 1, 2016 at 12:23 AM Kaelig [email protected] wrote:
Thank you for using the Lightning Design System, @erinjerry!
I've gotten all kinds of errors when installing gulp, updating, and then re-downgrading Node to Node 5 instead of the most recent release.
I also received this error at first that has something to do with the .json file.
npm WARN ENOENT ENOENT: no such file or directory, open '/Users/userid/package.json' npm WARN EPACKAGEJSON userid No description npm WARN EPACKAGEJSON userid No repository field. npm WARN EPACKAGEJSON userid No README data npm WARN EPACKAGEJSON userid No license field.
Similar to what is filed
[here](https://github.com/npm/npm/issues/9161)
Then after I updated Homebrew, to the Node version recommended here
I think there was something with graceful-fs.
I always have the worst time installing anything with Homebrew, and particularly Gulp and even ReactJS, one time my cpu just forced itself into EMACS.
Then I got this random throw error. I'm still throwing up my hands trying to figure out how to install and run this, any help is much appreciated and I'm willing to pair with anyone on Slack to resolve
`module.js:442
throw err;
^
Error: Cannot find module 'npmlog'
at Function.Module._resolveFilename (module.js:440:15)
at Function.Module._load (module.js:388:25)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at /usr/local/lib/node_modules/npm/bin/npm-cli.js:20:13
at Object. (/usr/local/lib/node_modules/npm/bin/npm-cli.js:76:3)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)`
The text was updated successfully, but these errors were encountered: