Sage 9 Installation On Windows Fails

Hi guys,

I’ve tried a couple of different things here and still am not able to run ‘npm install’ on my Windows 10 Environment.

There error I get is:

npm WARN addRemoteGit Error: Command failed: git -c core.longpaths=true config --get remote.origin.url
npm WARN addRemoteGit
npm WARN addRemoteGit at ChildProcess.exithandler (child_process.js:206:12)
npm WARN addRemoteGit at emitTwo (events.js:106:13)
npm WARN addRemoteGit at ChildProcess.emit (events.js:191:7)
npm WARN addRemoteGit at maybeClose (internal/child_process.js:877:16)
npm WARN addRemoteGit at Socket. (internal/child_process.js:334:11)
npm WARN addRemoteGit at emitOne (events.js:96:13)
npm WARN addRemoteGit at Socket.emit (events.js:188:7)
npm WARN addRemoteGit at Pipe._handle.close [as _onclose] (net.js:498:12)
npm WARN addRemoteGit twbs/bootstrap#v4-dev resetting remote C:\Users\sjwdavies\AppData\Roaming\npm-cache_git-remotes\git-github-com-twbs-bootstrap-git-v4-dev-846cfaf9 because of error: { Error: Command failed: git -c core.longpaths=true config --get remote.origin.url
npm WARN addRemoteGit
npm WARN addRemoteGit at ChildProcess.exithandler (child_process.js:206:12)
npm WARN addRemoteGit at emitTwo (events.js:106:13)
npm WARN addRemoteGit at ChildProcess.emit (events.js:191:7)
npm WARN addRemoteGit at maybeClose (internal/child_process.js:877:16)
npm WARN addRemoteGit at Socket. (internal/child_process.js:334:11)
npm WARN addRemoteGit at emitOne (events.js:96:13)
npm WARN addRemoteGit at Socket.emit (events.js:188:7)
npm WARN addRemoteGit at Pipe._handle.close [as _onclose] (net.js:498:12)
npm WARN addRemoteGit killed: false,
npm WARN addRemoteGit code: 1,
npm WARN addRemoteGit signal: null,
npm WARN addRemoteGit cmd: ‘git -c core.longpaths=true config --get remote.origin.url’ }

I’ve uninstalled Git and NPM and NodeJS and reinstalled the latest versions, but still the error persists.

I’m not behind a firewall or a Proxy server.

Does anyone have any ideas as to what’s causing it?

Thanks for any help - Steve

Looks like a problem when downloading the package from git.
Have you tried git clone https://github.com/twbs/bootstrap.git?