Meteor sample application, the microscope is version 0.9.4 when I try to use the meteor run command to start the application.
There is a print: Unfortunately, this project uses Meteor METEOR @ 0.9.4, which is not installed and could not be downloaded. Please check that you are online.
I am behind the proxy server.
When I install Meteor, only the latest version 1.0.0 can be installed.
- How can i do
- Update the application to 1.0.0 and how?
- Lower meteorite to 0.9.4 and how?
I tried using meteor update --release 0.9.4 , did not work or used meteor update , another error appears:
/home/hunter/.meteor/packages/meteor-tool/.1.0.35.hgbesu++os.linux.x86_32+web.browser+web.cordova/meteor-tool-os.linux.x86_32/dev_bundle/lib/node_modules/fibers/future.js:206 throw(ex); .. Error: tunneling socket could not be established, cause=socket hang up at Object.Future.wait (/home/hunter/.meteor/packages/meteor-tool/.1.0.35.hgbesu++os.linux.x86_32+web.browser+web.cordova/meteor-tool-os.linux.x86_32/dev_bundle/lib/node_modules/fibers/future.js:326:15) at _.extend._createSocket (packages/ddp/stream_client_nodejs.js:265) at _.extend._launchConnection (packages/ddp/stream_client_nodejs.js:142) at new LivedataTest.ClientStream (packages/ddp/stream_client_nodejs.js:28) at new Connection (packages/ddp/livedata_connection.js:52) at Object.DDP.connect (packages/ddp/livedata_connection.js:1581)
This should be a proxy problem.
There is no document after the search.
source share