I am trying to install node-git 0.20.2 using node 4.0.0 and running into an issue.
According to the package.json it says it supports node engine 4 and above.
Trying to install it on Node 4.0.0 throws the following error:
ERR! Tried to download(403): https://nodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.20.2-node-v46-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for nodegit@0.20.2 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp)
All i have in the package json is this:
{
"name": "something",
"version": "1.0.0",
"description": "something",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"nodegit": "^0.20.2"
}
}
All I am running is npm install.
Form what i can tell it appears that the AWS url is generated wrong, or node 4.0.0 is no longer supported on the latest verion of node git
I am trying to install node-git 0.20.2 using node 4.0.0 and running into an issue.
According to the package.json it says it supports node engine 4 and above.
Trying to install it on Node 4.0.0 throws the following error:
ERR! Tried to download(403): https://nodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.20.2-node-v46-win32-x64.tar.gznode-pre-gyp ERR! Pre-built binaries not found for nodegit@0.20.2 and node@4.0.0 (node-v46 ABI) (falling back to source compile with node-gyp)All i have in the package json is this:
All I am running is npm install.
Form what i can tell it appears that the AWS url is generated wrong, or node 4.0.0 is no longer supported on the latest verion of node git