简体   繁体   English

无法在meanstack MEANIO上运行localhost:3000,https://github.com/linnovate/mean

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

I downloaded team linnovate's meanio package from github. 我从github下载了linnovate团队的meanio软件包。

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 我遵循了所有这些步骤,在命令提示符节点服务器中运行它,未收到任何错误,安装了所有节点模块,映射到mongodb并没有问题, 请参见下图 (浏览器中的win localhost:3000,弹出一个空白浏览器页面,我收到与OSX相同的问题]如果有人可以帮助您提供有关如何使用OSX Yosemetie或Windows 7进行安装的明确说明,那就太好了,谢谢

Step 1: npm install -g grunt 步骤1:npm install -g grunt

Step 2: npm install -g bower 步骤2:NPM安装-G Bower

Step 3: npm install node-gyp 第三步:npm install node-gyp

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

Step 5: npm install -g mean-cli 步骤5:npm install -g mean-cli

Step 6: mean init 步骤6:均值初始化

Step 7: cd 步骤7:CD

Step 8: npm install 步骤8:NPM安装

Step 9: node server 步骤9:节点服务器

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. 我通过将node更新到最新版本(当时为6.9.1)解决了该问题,然后重新开始安装过程。

Hope it can help ;) 希望它能有所帮助;)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在本地运行 https://github.com/akella/webgl-mouseover-effects 代码 - Run https://github.com/akella/webgl-mouseover-effects code locally 无法使用库https://github.com/hiddentao/linear-algebra运行简单的示例 - Unable to run simple example using library https://github.com/hiddentao/linear-algebra 来自https://github.com/RubaXa/Sortable的功能要求 - Function required from https://github.com/RubaXa/Sortable MEAN堆栈挂在localhost:3000上 - MEAN stack hangs on localhost:3000 在异步队列内的函数内进行异步Twitter调用-https://github.com/DeviaVir/zenbot - Async twitter call inside a function that is inside a async queue - https://github.com/DeviaVir/zenbot 如何处理“已弃用,请使用https://github.com/pillarjs/path-to-regexp”消息 - how to deal with “DEPRECATED use https://github.com/pillarjs/path-to-regexp” message Rails 7 无法导入纱线 package (https://github.com/keisto/vanilla-rangeslider) - Rails 7 failing to import yarn package (https://github.com/keisto/vanilla-rangeslider) 如何为Tween.js分配额外的属性(https://github.com/sole/tween.js/) - How to assign extra attributes to Tween.js ( https://github.com/sole/tween.js/ ) 如何在浏览器中使用“https://github.com/ovvn/dom-to-pdf” - How can I use `https://github.com/ovvn/dom-to-pdf` in a Browser 应用程序无法在本地主机上运行或使用 github 页面 - application cannot be run on localhost or with github page
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM