-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error during install - Cant find foundation-lib-spa-webpack.git #21
Comments
Hi, Can you verify that you're running NPM 7 and the latest LTS from Node.JS? As there's a small change in the handling of git & github references between the NPM6 and NPM7, and the distributed package.json and package-lock.json are generated by NPM 7, this might be the cause of this error. If you can't upgrade to NPM 7, let me know and I can provide you with the needed updates to the package.json to make it at least install with NPM 6, but there might some other dependency management issues. |
My workaround was to go to my .ssh folder (C:\USers\XYZ.ssh) and open up the GIT Bash. At first i entered Now the error was gone, but a new error appeared: To get rid of it i followed this steps: |
This requires you to set up SSH keys in Github - just had to do it myself as normally just use HTTP for git cloning etc. The README could do with updating to reflect this step. |
To also add to this the SSH created need to have no passphrase as well for the set-up to work. |
Hi.
I'm getting this error during NPM Install and build, when running
setup.cmd
This is the full error:
I'm noting that it can't find the remote repository. Anyway to fix this?
I have already cleared my known_hosts as descripted in this post:
https://stackoverflow.com/questions/13363553/git-error-host-key-verification-failed-when-connecting-to-remote-repository
The text was updated successfully, but these errors were encountered: