请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

前端运行不起来 cnpm run dev

https://github.com/e421083458/go_gateway_view win10跑不起来(node环境OK的) cnpm install then cnpm run dev 跑不起来 缺少一些依赖 安装多次 没有跑起来 能提供一下node_moudles吗? 还是哪里操作不对 麻烦老师指导一下

正在回答 回答被采纳积分+3

4回答

提问者 licslan 2021-03-05 17:14:33

问题已解决
1.  www.ipaddress.com 找到github.com 服务器地址 
2. 同时找到github.globalfastly. net服务器地址
3.将二者配置host  同时ping github. com 要ping 通
4.期间也配置了git 的http. sslBackend 和 http. sslCAInfo
5.npm install 再执行npm run dev  finally it's start ok

1 回复 有任何疑惑可以回复我~
提问者 licslan 2021-03-04 21:18:14

1.科学上网  目前没有买服务器搭ssr 能否麻烦老师下载好了相关依赖打成zip包  我拉下来解压直接可以用呢?

0 回复 有任何疑惑可以回复我~
  • node下载的类库过大,暂时没法提供。
    你可以换一下linux环境拉取一下代码试试。
    这个大部分是你网络环境原因啊
    回复 有任何疑惑可以回复我~ 2021-03-10 13:30:04
提问者 licslan 2021-03-04 21:09:12


npm install 后 我后面尝试yarn 安装  

npm install -g yarn --registry=https://registry.npm.taobao.org
yarn config set registry https://registry.npm.taobao.org -g
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g


https://img1.sycdn.imooc.com/szimg/6040da530943912812670339.jpg

并且host 配置了

15.164.81.167 github.com

151.101.88.249 github.global.ssl.fastly.net

15.164.81.167 是通过http://ping.chinaz.com/github.com 检查找的一个ip

https://img1.sycdn.imooc.com//szimg/6040d91f0965721f05190473.jpg


运行 yarn install

........

fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed to connect to github.com port 443: Timed out

https://img1.sycdn.imooc.com//szimg/6040db9a093eaa0a13310471.jpg

主要还是网络问题  老师能提供一个 完整的依赖包吗? 可以运行直接运行的  yarn serve | npm run dev

我这边可以去匹配老师提供node version npm verison 等 



0 回复 有任何疑惑可以回复我~
牛儿吃草 2021-03-01 11:57:56

先把缓存清空一下,npm cache clean -f

尝试不用cnpm方式运行一下试试

然后设置镜像地址:

npm config set registry https://registry.npm.taobao.org

通过如下命令可以查看是否配置成功

npm config get registry

npm info express

最后如果还有问题,可以尝试把问题发出来看看。

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信