embarklabs / embark

Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
https://framework.embarklabs.io/
MIT License
3.79k stars 494 forks source link

Refuses to Install #1710

Open FlynnDerek opened 5 years ago

FlynnDerek commented 5 years ago

System: Windows 10 Node version: 10.5.1 Client version: 1.8.27 Ipfs version: 0.4.21

I get the following message when running "npm -g install embark", (no sudo)

C:\Users\14134>npm -g install embark npm WARN deprecated istanbul@0.4.5: This module is no longer maintained, try this instead: npm WARN deprecated npm i nyc npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives. npm WARN deprecated ipfs-api@17.2.4: ipfs-api has been renamed to ipfs-http-client, please update your package.json to get the latest version. npm ERR! path git npm ERR! code ENOENT npm ERR! errno ENOENT npm ERR! syscall spawn git npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t https://github.com/ethereumjs/ethereumjs-abi.git npm ERR! enoent npm ERR! enoent npm ERR! enoent spawn git ENOENT npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\14134\AppData\Roaming\npm-cache_logs\2019-07-07T01_50_25_594Z-debug.log

-- any suggestions or help is much appreciated

jrainville commented 5 years ago

Hi @KalvosCoin , I never saw this error before, but it looks like you might not have git installed? Is that possible?