-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install using npm #103
Comments
Can you try with yarn for the moment? I‘ll try to fix npm install later on.
Yarn version 1 does work (and is much faster)
Can OMUR <[email protected]> schrieb am Di. 31. Okt. 2017 um 13:33:
Hi,
Thanks for this repo.
I have a problem when I try to install it:
npm install ***@***.*** --save
npm ERR! addLocal Could not install
***@***.***+https:/
github.com/pocketsvg/PocketSVG.git
npm ERR! path ***@***.***
+https:/github.com/pocketsvg/PocketSVG.git
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open
***@***.***+https:/
github.com/pocketsvg/PocketSVG.git'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and 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! [USER_DIR]/.npm/_logs/2017-10-31T11_09_05_093Z-debug.log
Am I missing something ?
node v8.0.0
npm v4.6.1
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#103>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AB4YgVlsuhJaVHKRLiBqI-i68eWu8ROAks5sxxOYgaJpZM4QMqsG>
.
--
|
+1 |
@HolaMan only yarn version >= 1.0 is supported. Verify that you have at least yarn version 1.0 |
is this resolved? Why was it closed if it is still linked to in the README? |
I have same problem with you. npm install react-native-arkit npm ERR! A complete log of this run can be found in: How can I install npm? |
In your case @SujinParkdev it says |
thank you! |
Hi,
Thanks for this repo.
I have a problem when I try to install it:
npm install [email protected] --save
npm ERR! addLocal Could not install [PROJECT_DIR]/node_modules/react-native-arkit/_PocketSVG@git+https:/github.com/pocketsvg/PocketSVG.git
npm ERR! path [PROJECT_DIR]/node_modules/react-native-arkit/_PocketSVG@git+https:/github.com/pocketsvg/PocketSVG.git
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '[PROJECT_DIR]/node_modules/react-native-arkit/_PocketSVG@git+https:/github.com/pocketsvg/PocketSVG.git'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and 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! [USER_DIR]/.npm/_logs/2017-10-31T11_09_05_093Z-debug.log
Am I missing something ?
node v8.0.0
npm v4.6.1
Thanks
The text was updated successfully, but these errors were encountered: