美文网首页
meteor Package version not in ca

meteor Package version not in ca

作者: 木猫尾巴 | 来源:发表于2016-01-04 11:43 被阅读154次

[TOC]

表现

=> Errors while initializing project:

While selecting package versions:
error: Package version not in catalog: npm-container 1.2.0

While refreshing package catalog to resolve previous errors:
error: Network error: wss://packages.meteor.com/websocket: getaddrinfo ENOTFOUND

解决方法

  1. 找到 .meteor\package 文件中的 npm-container 删除掉这行
    或者 卸载本地的 npm-container 重新安装

  2. 做完操作后,运行一次 meteor 工程后,再次做其他操作即可

相关文章

网友评论

      本文标题:meteor Package version not in ca

      本文链接:https://www.haomeiwen.com/subject/abfahttx.html