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
Trying to follow the installation steps, this happened:
npm install -g mean-cli
This works
mean init mean-application
This one properly installs a mean application
cd <NameOfYourApp> && npm install
Seems 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)
gulp
Throws the following error:
[10:34:24] Local gulp not found in ~\Documents\Webdesign\mean-application
[10:34:24] Try running: npm install gulp
The text was updated successfully, but these errors were encountered:
Gulp and npm need to be installed globally .
Maybe the prerequisites section in the readme is unclear.
You should probably run
npm install -g gulp
Lior
On Oct 15, 2017 7:22 AM, "Yasiru NIlan" ***@***.***> wrote:
Also the installed project doesn't have a gulp file to run the Gulp
command. I also tried in my local machine this problem is there for me also.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAO9I-NGOIhaVkedxX0Jgi4abMp7U7yeks5ssYiYgaJpZM4PMnOu>
.
Trying to follow the installation steps, this happened:
npm install -g mean-cli
This works
mean init mean-application
This one properly installs a mean application
cd <NameOfYourApp> && npm install
Seems to install all packages needed
mean package <NameOfYourPackage>
gulp
Throws the following error:
The text was updated successfully, but these errors were encountered: