-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Trying to follow the installation steps, this happened:
-
npm install -g mean-cliThis works
-
mean init mean-applicationThis one properly installs a mean application
-
cd <NameOfYourApp> && npm installSeems to install all packages needed
-
mean package <NameOfYourPackage>
Throws:
module.js:472
throw err;
^
Error: Cannot find module 'npm'
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 Object.<anonymous> (C:\Users\fernando\AppData\Roaming\npm\node_modules\mean-cli\lib\cli.js:5:7)
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)
at Function.Module._load (module.js:439:3)
-
gulpThrows the following error:
[10:34:24] Local gulp not found in ~\Documents\Webdesign\mean-application
[10:34:24] Try running: npm install gulp
Metadata
Metadata
Assignees
Labels
No labels