R
R
Ruslan2014-07-04 04:39:44
git
Ruslan, 2014-07-04 04:39:44

Atom.io gives an error when installing emmet, due to the lack of git, but it is there, how to cure it?

Installed atom, windows 8, emmet doesn't want to install:
says git'a is not present, it exists and %PATH% is registered, what's the problem?

npm http GET https://registry.npmjs.org/emmet
npm http 304 https://registry.npmjs.org/emmet
npm http GET https://registry.npmjs.org/requirejs
npm ERR! not found: git
npm ERR! 
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "c:\\Users\\User\\Downloads\\Atom 0.107.0-a92eed5\\Atom\\resources\\app\\apm\\node_modules\\atom-package-manager\\bin\\\\node.exe" "c:\\Users\\User\\Downloads\\Atom 0.107.0-a92eed5\\Atom\\resources\\app\\apm\\node_modules\\atom-package-manager\\node_modules\\npm\\bin\\npm-cli.js" "--globalconfig" "c:\\Users\\User\\Downloads\\Atom 0.107.0-a92eed5\\Atom\\resources\\app\\apm\\node_modules\\atom-package-manager\\.apmrc" "--userconfig" "C:\\Users\\User\\.atom\\.apmrc" "install" "C:\\Users\\User\\.atom\\.node-gyp\\.atom\\.apm\\emmet\\2.1.1\\package.tgz" "--target=0.11.10" "--arch=ia32" "--msvs_version=2013"
npm ERR! cwd C:\Users\User\AppData\Local\Temp\apm-install-dir-11464-29812-4itvmf
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.4
npm ERR! code ENOGIT
npm http 304 https://registry.npmjs.org/requirejs
npm

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir T., 2015-01-20
@vachuahe

manually install like in sublime:

cd ~/.atom/packages
git clone https://github.com/emmetio/emmet-atom
cd emmet-atom
npm install

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question