-
-
Notifications
You must be signed in to change notification settings - Fork 949
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
npm init solid app-ts ...
fails on Windows 10 (and WSL2)
#212
Comments
Node version: v10.19.0 |
Maybe has something to do with this? |
Ok I will give this a shot tonight. I actually do most of my dev on a WSL2 windows machine so I will see if I can reproduce. I am on Node 12 mind you. But I will see maybe something has updated/changed since I last installed. |
Hmm.. this is going to be trickier than I was hoping. I can't reproduce. I tried both my Node 12 setup and the exact version of Node and npm posted in the issue. I tried a few different project names. So attacking it from the other side your guess seems reasonable. It is the command that copies the template folder to the application path. For it to be the destination makes no sense. I've updated Can you give it a try and let me know if that works? I appreciate your patience. |
I've checked it and that fixed the problem. Thank you very much! |
Awesome that makes me happy. The last thing I wanted to be doing is to be looking into Node file system idiosyncracies. Best of luck with playing with the starter. |
Output for running
npm init solid app-ts example-app
on WSL2 Ubuntu as an example:The text was updated successfully, but these errors were encountered: