-
Notifications
You must be signed in to change notification settings - Fork 284
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
npx Error on mkdir when running on Windows10 #2279
Comments
That is not a valid path on Windows (it contains a colon which is not a valid file name character), it looks like it is a concatenation of two paths.
|
@Toordokter |
I managed to resolve it - but honestly I can't remember how. I played
around with npm and npx for different phases and finally it started working.
…On Sat, Jul 25, 2020 at 10:00 AM Milind Bajaj ***@***.***> wrote:
@Toordokter <https://github.com/Toordokter>
Is your problem resolved??
if yes please tell me how you reslove it , I am also getting same error
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2279 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFIA7YL7LTRX3PHTIZHF5ODR5JYHBANCNFSM4JLCSJMA>
.
|
@milindbajaj - is this still an issue? if that is not the case hopefully zkat/npx#146 it may help you to resolve the issue. |
issue resolved. closing!! |
When I try to run npx create-react-app, it always fails on this line:
Error: C:\new-app\node_modules\core-js: EINVAL: invalid argument, mkdir 'C:\Users\andre\AppData\Local\Temp;;C:\WINDOWS\system32\yarn--1573267623945-0.6642629310289891'
I am running cmd as administrator. Any ideas on how to resolve?
yarn-error.log
The text was updated successfully, but these errors were encountered: