zoukankan      html  css  js  c++  java
  • ionic2安装时报错

    Installing npm packages...
    Error with start undefined
    Error Initializing app: There was an error with the spawned command: npminstall
    There was an error with the spawned command: npminstall
    Caught exception:
    undefined

    google原因:node版本有点低,做好升级到最新版(6.0以上)-----》虽然不报错了,但是好像有6.0以上版本的也会报这个错误

    上官网重新下个

    装完后start又出现一个错误(可能由于网速较差导致,欢迎指正)

    Error with start Error: connect ETIMEDOUT 192.30.253.121:443
    at Object.exports._errnoException (util.js:1026:11)
    at exports._exceptionWithHostPort (util.js:1049:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14)
    Error Initializing app: Error: connect ETIMEDOUT 192.30.253.121:443
    Error: connect ETIMEDOUT 192.30.253.121:443
    at Object.exports._errnoException (util.js:1026:11)
    at exports._exceptionWithHostPort (util.js:1049:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14)
    Caught exception:
    Error: connect ETIMEDOUT 192.30.253.121:443
    at Object.exports._errnoException (util.js:1026:11)
    at exports._exceptionWithHostPort (util.js:1049:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1081:14)

    FQ(挂VPN)start ionic应该就解决了

     

  • 相关阅读:
    Android 系统开发做什么?
    MySQL索引-B+树
    转:redis雪崩、穿透、击穿
    转:django3上线部署踩得坑
    nginx、uwsgi部署django中session丢失得问题
    类型转换(数字转字符串等)
    JS基础篇1:数据类型(8种)
    css3动画与js动画的区别
    drag拖拽事件
    三栏布局,中间自适应
  • 原文地址:https://www.cnblogs.com/nullman/p/5800227.html
Copyright © 2011-2022 走看看