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

meteor npm install --bcrypt -save is throwing an error #451

Closed
skumaroh opened this issue Oct 12, 2016 · 4 comments
Closed

meteor npm install --bcrypt -save is throwing an error #451

skumaroh opened this issue Oct 12, 2016 · 4 comments

Comments

@skumaroh
Copy link

screenshot attached with details.
Node version is v.4.6
windows 10
image

@ncb000gt
Copy link
Member

Does it build for you if you build it from the repository?

I'm guessing the error in red is the real problem The Windows SDK version 8.1 was not found.... Take a look at what that describes, try again, and let us know how that works out. Thanks.

@skumaroh
Copy link
Author

I didn't try from repository.

But you are correct. I manually installed SDK version 8.1 on my PC. That error is gone.

Now I have one stupid error. I should be able to fix that.

Thank you so much!

Best Regards, Kumar


From: Nick Campbell notifications@github.com
Sent: Thursday, October 13, 2016 9:52 AM
To: kelektiv/node.bcrypt.js
Cc: skumaroh; Author
Subject: Re: [kelektiv/node.bcrypt.js] meteor npm install --bcrypt -save is throwing an error (#451)

Does it build for you if you build it from the repository?

I'm guessing the error in red is the real problem The Windows SDK version 8.1 was not found.... Take a look at what that describes, try again, and let us know how that works out. Thanks.

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/451#issuecomment-253536694, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGS8lCLlTUoHz6g2fQYf5o_m9lkxlYlPks5qzkWZgaJpZM4KUWU6.

@psbyron3
Copy link

I'm having a similar error code. I just updated node as well as npm. Perhaps bcrypt is not supported in Nodev7??

screen shot 2016-10-26 at 3 19 29 pm

@ByronKos
Copy link

ByronKos commented Oct 28, 2016

Had the same issue. Installed:
https://developer.microsoft.com/en-us/windows/downloads/windows-8-1-sdk

Fixed but new error was displayed:
"node gyp error TRACKER : error TRK0005: Failed to locate: “CL.exe”. The system cannot find the file specified"

Solution:
http://stackoverflow.com/questions/33183161/node-gyp-error-tracker-error-trk0005-failed-to-locate-cl-exe-the-system-c

I fixed this issue by simply creating c++ project in VS2015.

Basically, when u choose to create a c++ project, vs2015 will ask you to install a certain component, you just let it install. the issue will get fixed. (BTW, I am using VS2015 on Win10)

Here is the another reference link: http://stackoverflow.com/a/33716573/4468648

Fixed but new error was displayed:
" '__pfnDliNotifyHook2': redefinition; different type modifiers "

Solution:
nodejs/node-gyp#972

It's building properly now.

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

5 participants