-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.3.3-rc.1] Windows install-runtime.js failing, cannot read property 'async' of undefined #7181
Comments
Try again after |
Nope :( Create/update still get same error |
I've started getting an error when I run a meteor app, or create a new one. I've tested multiple versions (1.3,1.3.2,1.3.2.3,1.3.2.4). This started around the same time I tried upgrading to the 1.3.3 rc above, but I can't be sure that is the cause.
|
After meteor update --release 1.3.3-rc.4 my app breaks... W20160609-14:56:51.927(1)? (STDERR) /Users/seb/.meteor/packages/meteor-tool/.1.3.3-rc.4.123jw7s++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280 |
Same here. Had to stick with previous version found on the machine (1.3.2_4) |
This should be fixed in Meteor 1.3.3.1, which you can try by running |
When I try to upgrade a current project or create a new one on Windows 10:
meteor create --release 1.3.3-rc.1 test
I get the following error:
Just to be sure it wasn't to do with missing packages I ran
npm install -g regenerator babel-runtime
The text was updated successfully, but these errors were encountered: