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

Chapter 6 meteor add issues #291

Open
StoryHack opened this issue Aug 3, 2016 · 1 comment
Open

Chapter 6 meteor add issues #291

StoryHack opened this issue Aug 3, 2016 · 1 comment

Comments

@StoryHack
Copy link

I'm running meteor 1.4 on windows 10. I got an error when i ran the meteor add ian:accounts-ui-bootstrap-3 command. In the discussion, I saw someone used a different package which seemed to work. meteor add rajit:accounts-ui-bootstrap-3

Then I got an error with the meteor add accounts-password command. Meteor couldn't run with that, either, I got

While checking for npm-bcrypt@0.7.7:
    error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.

There was a workaround in the bug repository for meteor:

  • open a cmd/pwshell as admin, then : npm install --global --production windows-build-tools
  • open another cmd/pwshell as normal user, then : meteor npm install bcrypt
  • finally : meteor add accounts-password@1.2.12
@charlespourreau
Copy link

Hi @StoryHack , I'm facing the same issue; i'm using Windows10 and meteor@1.6.0
Have you tried to implement it yourself ?
I've tried your workaround but the first step 'open a cmd/pwshell as admin, then : npm install --global --production windows-build-tools' takes ages; i've interrupted the installation after a complete night of 'waiting for installers' ... :
`> node ./lib/index.js

Downloading BuildTools_Full.exe
[> ] 0.0% (0 B/s)
Downloading python-2.7.11.msi
[> ] 0.0% (0 B/s)
Downloaded python-2.7.11.msi. Saved to C:\Users\charles\AppData\Local.meteor\packages\meteor-tool\1.4.2_3\mt-os.windows.x86_32\dev_bundle.windows-build-tools\python-2.7.11.msi.
Starting installation...
Launched installers, now waiting for them to finish.
This will likely take some time - please be patient!
Waiting for installers... /Successfully installed Python 2.7
Waiting for installers... -
`
How long did it take for you ?

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

2 participants