meteor / node-stubs

Stub implementations of Node built-in modules, a la Browserify
MIT License
17 stars 8 forks source link

Windows: cannot update to 0.3.2 #12

Closed lhz516 closed 7 years ago

lhz516 commented 7 years ago

I'm trying Meteor 1.6-rc.15 and I have successfully updated to meteor-node-stubs@0.3.0. However, when I tried to update to 0.3.2,it failed with the error message:

npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t https://github.com/meteor/readable-stream.git
npm ERR!
npm ERR! fatal: Unable to find remote helper for 'https'
npm ERR!
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\myname\AppData\Local\.meteor\packages\meteor-tool\1.6.0-rc.15\mt-os.windows.x86_32\dev_bundle\.npm\_logs\2017-10-19T23_17_05_515Z-debug.log
lhz516 commented 7 years ago

I updated to Meteor 1.6-rc.16 and it's now able to update meteor-node-stubs to 0.3.2