meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor
897 stars 112 forks source link

Update hacky import for meteor-node-stubs 0.3.3 #311

Closed mizzao closed 6 years ago

mizzao commented 6 years ago

Not sure if this is a hack you even want to keep around, but just FYI. It's now https-browserify instead of http-browserify. Otherwise we get this error:

image

See https://github.com/meteor/node-stubs/commit/789b8ff81c21546a280a7bfbb56764dd6e9c0fce

INRIX-Jonny-Sooter commented 6 years ago

+1 had to manually set the meteor-node-stubs to exactly 0.3.2 instead of ^0.3.2. The newest 0.3.3 removes http-browserify from the dependencies.

mitar commented 6 years ago

This comment says here that this should be fixed differently.

mitar commented 6 years ago

Reported as fixed in #307, so this can be closed now.