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

Node Module install not working on Dev branch host key verification failed #2447

Closed
hrath2015 opened this issue Jun 15, 2017 · 8 comments
Closed
Labels
bug For issues that describe a defect or regression in the released software help wanted For issues that have a clear solution described and are not currently prioritized core team work

Comments

@hrath2015
Copy link
Collaborator

Expected behavior

reaction init should complete successfully.

Actual Behavior

meteor npm install is failing on Development branch. windows 10

Steps to Reproduce the Behavior

reaction init -b development
image

Versions

(run reaction -v from your reaction directory)

For enhancements or other issues, please describe in as much detail as
possible how the app should be changed and how this would benefit
users/developers

@hrath2015
Copy link
Collaborator Author

master branch is fine.

@hrath2015
Copy link
Collaborator Author

"braintree": "^2.0.2" is causing this. Not sure why.

@aaronjudd aaronjudd added bug For issues that describe a defect or regression in the released software needs-to-be-reproduced labels Jun 20, 2017
@spencern spencern added bug For issues that describe a defect or regression in the released software and removed bug For issues that describe a defect or regression in the released software labels Jun 20, 2017
@hrath2015
Copy link
Collaborator Author

It is similar to issue we had with authorize-net@github:ongoworks/node-authorize-net module. #1450

command npm install braintree works and meteor npm install braintree fails. In recent version 2.1.1 , of braintree a change is made where
let wrapPrototype = require('wrap-promise').wrapPrototype;
is changed to
let wrapPrototype = require('**@braintree/wrap-promise**').wrapPrototype;
when it connects to git as meteor npm results in error.

@desaawa
Copy link
Contributor

desaawa commented Jun 21, 2017

I have tried reproducing this issue on mac, but I didn't get the error. Need a windows 10 OS to reproduce.

@hrath2015
Copy link
Collaborator Author

@awadesmoline May be you can co ordinate with Mike Murray, he knows how to reproduce windows issues by launching a windows VM.

@Tyler-Churchill
Copy link

Tyler-Churchill commented Jul 19, 2017

I had this issue today

It happened when using the reaction-cli with "reaction init"
I also had the same "Host key verification failed" messaged when I cloned directly with git bash/cmd
On windows 10 Home 1607 14393.1480 64 bit

I reinstalled meteor/git and the problem has disappeared.

Edit:: NEVERMIND
still getting errors

capture

I feel like I have tried everything in my power to get it to work

Second edit:: I ran reaction -v and I got all blank versions. Perhaps its my own error. I have done lots of meteor development on this machine before

@tdxiong
Copy link

tdxiong commented Aug 14, 2017

qq 20170814105404
qq 20170814105527

I am also having this kind of error on Win 10 64bit, by following the requirements and installation instructions on the Reaction doc page. Anyone has a solution?

@spencern spencern added the help wanted For issues that have a clear solution described and are not currently prioritized core team work label Oct 4, 2017
@brent-hoover
Copy link
Collaborator

Verified this is fixed in latest master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For issues that describe a defect or regression in the released software help wanted For issues that have a clear solution described and are not currently prioritized core team work
Projects
None yet
Development

No branches or pull requests

7 participants