MEAN STACK Setup on Windows
Set up Mean Stack Environment
- Download node.exe from nodejs.org
- Download npm-1.4.9.zip from http://nodejs.org/dist/npm/.
- Explode npm-1.4.9.zip to exploded_npm (say).
- Move node.exe to exploded_npm.
- Download Git from http://git-scm.com/downloads and install.
- Add these entried to your '.gitconfig' file in your user directory (go to %USERPROFILE%):
[http]
proxy = http://<proxy address>:<proxy port>
[https]
proxy = https://<proxy address>:<proxy port>
- Add into the environment variable path
- <GIT_HOME>\Git\bin\
- <NODE_JS_HOME>\npm-1.4.9\
- open command prompt.
- run npm.cmd
- execute command
> npm config set proxy http://"<username>:<password>"@<proxy address>:<proxy port>
> mean init mean-tutorial
- Navigate inside mean-tutorial
> cd mean-tutorial
> npm install
its a great article on your blog.
ReplyDeleteMEAN stack Online Training
Thanks for the appreciation.
Delete