shoutem/ui

unable to install

venkateshmarappan05 opened this issue · 9 comments

I try to install shoutem UI in my system (windows) I got these issues

npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno ENOENT
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/shoutem/react-nat
ive-lightbox.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

please help me to fix that issue.

I had the same issue.

@TianruiZhang just try git bash terminal instead of cmd in windows system.
bcz of its working for this way.

in windows
go to git bash terminal and open your folder path
then npm i @shoutem/ui
finally, start your application in git bash terminal

this is working fine for me

I am using a Mac and I tried both yarn add and npm install.

@TianruiZhang did you have git bash ?

@venkateshmarappan05 I have installed git on Mac and can run git commands in my terminal.

tried in mac working perfectly @TianruiZhang

Did you use npm install or yarn add? I am in China so there might be something due to network connection, even though I have been install using a VPN.

@venkateshmarappan05 Have you tried expo install @shoutem/ui?