Skip to content
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

Infinite update process to version 1.4 under Windows #7503

Closed
olexandrbig opened this issue Jul 27, 2016 · 4 comments
Closed

Infinite update process to version 1.4 under Windows #7503

olexandrbig opened this issue Jul 27, 2016 · 4 comments

Comments

@olexandrbig
Copy link

olexandrbig commented Jul 27, 2016

On meteor update from 1.3.5.1 to 1.4 under windows

meteor update --release 1.4
Downloading meteor-tool@1.4.0... [======== ] 42% 39.4s
then
Downloading meteor-tool@1.4.0... /
and process become infinite, tested 2 times with 1 hour per each

System

underscore@1.0.9
iron:router
accounts-password@1.2.12
email@1.1.16
alanning:roles
meteorhacks:search-source
accounts-github@1.0.10
aldeed:simple-schema
momentjs:moment
aldeed:autoform
fortawesome:fontawesome
twbs:bootstrap-noglyph
mizzao:bootboxjs
spiderable@1.0.13
reywood:iron-router-ga
less@2.7.4
zimme:active-route
natestrauser:animate-css
okgrow:router-autoscroll
kevohagan:sweetalert
chrismbeckett:toastr
monbro:iron-router-breadcrumb
meteor-base@1.0.4
mobile-experience@1.0.4
mongo@1.1.10
blaze-html-templates@1.0.4
session@1.1.6
jquery@1.11.9
tracker@1.1.0
logging@1.1.14
reload@1.1.10
random@1.0.10
ejson@1.0.12
spacebars@1.0.12
check@1.2.3
ecmascript@0.5.7
es5-shim@4.6.13
djedi:sanitize-html
meteorhacks:kadira
standard-minifier-css@1.1.8
standard-minifier-js@1.1.8
kaso:bootstrap-treeview
muqube:autoform-nouislider
practicalmeteor:mocha
practicalmeteor:sinon
hwillson:stub-collections
my:force-ssl

@brucejo75
Copy link
Contributor

Try running it for much longer (e.g. overnight.) This issue has plagued windows meteor installations for a while. See:
https://forums.meteor.com/t/very-long-wait-times-downloading-meteor-tools-on-update/24440/11
https://forums.meteor.com/t/problem-downloading-meteor-1-3-5-1/26759

My experience is that this comes and goes. It has affected me in only one update.

One thing I noticed was that my CPU worked very hard during these installs and the culprit was the "Antimalware Service Executable" aka "Windows Defender Service". As each file is extracted from the tarball the antimalware filter kicks in and analyzes the new files which bogs down the CPU.

@tmeasday
Copy link
Contributor

Hopefully this situation will be much improved soon: #7457

@abernix
Copy link
Contributor

abernix commented Aug 1, 2016

Duplicate of #7283 (and many others). Closing and hopefully #7457 will solve this soon. Meanwhile, a fresh reinstall frequently helps:

  • Uninstall Meteor from:
    • Win10: Settings > System > Apps & features > Meteor > Uninstall
    • Win7: Control Panel > Programs > Programs and Features > Meteor > Uninstall
  • Using Windows Explorer, delete the .meteor folder from %LOCALAPPDATA% completely.
  • Install fresh 1.3.4.1 from https://install.meteor.com/windows (skip logging in at end due to Windows installer: "Login failed" during install #6218 bug)
  • Restart
  • Open Command Prompt and type meteor --version to confirm it's working.

@abernix abernix closed this as completed Aug 1, 2016
@olexandrbig
Copy link
Author

Hello @abernix , your comment doesn't help me
Solution that works for me:

  • update your nodejs to v4.4.7
    • nvm is recommended
  • as admin : npm install --global --production windows-build-tools
  • as normal user : meteor npm install bcrypt
  • meteor update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants