fbrctr / fabricator

A tool for building website UI toolkits and style guides
http://fbrctr.github.io/
MIT License
1.11k stars 124 forks source link

module.js:472 #283

Closed pcabrera83 closed 7 years ago

pcabrera83 commented 7 years ago

I'm trying to run my Fabricator instance using 'npm start' in the terminal. I received this error message:

`> fabricator@1.3.1 prestart /Users/pcabrera/Documents/PNP-Styleguide

npm install

fabricator@1.3.1 start /Users/pcabrera/Documents/PNP-Styleguide gulp --dev

module.js:472 throw err; ^

Error: Cannot find module 'internal/fs' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at evalmachine.:17:20 at Object. (/Users/pcabrera/Documents/PNP-Styleguide/node_modules/gulp/node_modules/vinyl-fs/node_modules/graceful-fs/fs.js:11:1) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12)

npm ERR! Darwin 16.3.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" npm ERR! node v7.2.1 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! fabricator@1.3.1 start: gulp --dev npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the fabricator@1.3.1 start script 'gulp --dev'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the fabricator package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! gulp --dev npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs fabricator npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls fabricator npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /Users/pcabrera/Documents/PNP-Styleguide/npm-debug.log`

LeBenLeBen commented 7 years ago

This sounds like a generic issue related to Node 7, have you seen this?

pcabrera83 commented 7 years ago

On Wed, Dec 21, 2016 at 11:26 AM Benoît Burgener notifications@github.com wrote:

This sounds like a generic issue related to Node 7, have you seen this http://stackoverflow.com/questions/40308623/cannot-find-module-internal-fs-afer-upgrading-to-node-7#40406482 ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fbrctr/fabricator/issues/283#issuecomment-268566607, or mute the thread https://github.com/notifications/unsubscribe-auth/APktAzJDWh-toCWtgXtMwdMnB2CetzJmks5rKVMwgaJpZM4LSW51 .

I have not

-- Patricio Cabrera 860-841-1207

pcabrera83 commented 7 years ago

Yes, it worked. Thank you for your help.