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
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 to0.3.2
,it failed with the error message: