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应该就解决了

     

  • 相关阅读:
    第一章 002-JDK的安装
    第一章 001-初识Java
    计算2^4000内数字0到9的分布
    1027 大数乘法
    1005 大数加法
    哈夫曼编码
    new: Set up a window
    GLFW扩展库
    outdated: 3.Adding Color
    简单的图元
  • 原文地址:https://www.cnblogs.com/nullman/p/5800227.html
Copyright © 2011-2022 走看看