简体   繁体   中英

Can't install new atmosphere package

I'm using Meteor 1.2.1. I can't add atmosphere package from two days ago until now.

I can add package that later add in other project for example I used simple-schema before and now I can add this successfully without any issue.

I test from two different internet connection and two different laptop but I got this error on console: (for example for tabular package )

 => Errors while adding packages:             

While downloading aldeed:tabular@1.6.0...:
error: socket hang up

I also test using proxy, based on this page guide but nothing different. This is my attempt:

HTTP_PROXY=http://proxyIP:proxyPort

Is it a bug or atmosphere issue or other things? I test many things in this two days. :cry:


Update:

I guess maybe it's ISP issue for example with SSL. Is it possible to strict-ssl false for meteor like npm??

Like this on npm:

npm config set strict_ssl false

I just tryed adding the tabular package using

meteor add aldeed:tabular

and it worked fine. So I guess it has nothing to do with atmosphere.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM