Hi everyone,
I would like try Meteor on Ubuntu VM at my work. For access to Internet, it’s needed to configure a proxy.
I have configure the proxy on the VM (which allowed to me to install Meteor with curl) (export http_proxy, export https_proxy). It’s OK.
I have created a project, but I can’t run meteor on the folder of the project :
user@ubuntu:~/realtime$ meteor
[[[[[ ~/realtime ]]]]]
=> Started proxy.
=> Started MongoDB.
=> Errors prevented startup:
While downloading autoupdate@1.2.11...:
error: tunneling socket could not be established, cause=getaddrinfo
ENOTFOUND https https:80
While downloading caching-compiler@1.0.6...:
error: tunneling socket could not be established, cause=getaddrinfo
ENOTFOUND https https:80
While downloading ddp-client@1.2.9...:
error: tunneling socket could not be established, cause=getaddrinfo
ENOTFOUND https https:80
While downloading ddp-server@1.2.10...:
error: tunneling socket could not be established, cause=getaddrinfo
ENOTFOUND https https:80
While downloading http@1.1.8...:
error: tunneling socket could not be established, cause=getaddrinfo
ENOTFOUND https https:80
While downloading templating@1.1.14...:
error: tunneling socket could not be established, cause=getaddrinfo
ENOTFOUND https https:80
=> Your application has errors. Waiting for file change.`
Could you help me ?
Thanks you in advance