简体   繁体   中英

cannot run localhost:3000 on meanstack MEANIO, https://github.com/linnovate/mean

I downloaded team linnovate's meanio package from github.

I followed all these steps, ran it in command prompt node server, received no errors, installed all node modules, mapped to mongodb with no issues, see image below (win localhost:3000 in the browser, an blank brower page popped open, I received the same problem with OSX] If anyone can kindly help provide clear directions on how to install either with OSX Yosemetie or windows 7 that would be great, thanks

Step 1: npm install -g grunt

Step 2: npm install -g bower

Step 3: npm install node-gyp

Step 4: npm install node-sass --msvs_version=2015

Step 5: npm install -g mean-cli

Step 6: mean init

Step 7: cd

Step 8: npm install

Step 9: node server

I had the same issue. I solved it by updating node to the latest version (6.9.1 at that time) and start afresh the installation process.

Hope it can help ;)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM