Can't run `npx create-remix@latest` with `.` current directory
See original GitHub issueWhat version of Remix are you using?
npx create-remix@latest
Steps to Reproduce
mkdir testdir
cd testdir
npx create-remix@latest
? Where would you like to create your app? (./my-remix-app) .
>> 🚨 The directory provided already exists. Please try again with a different directory.
Expected Behavior
For it to work with the current directory when that directory is empty
Actual Behavior
It refuses to do so.
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Why is this Remix.run npx create-remix setup script getting ...
I have used this Mac previously and successfully to create Remix apps; It doesn't matter which Remix template I try to use; I...
Read more >Blog Tutorial (short)
Creating the project. Make sure you are running at least Node v14 or greater. Initialize a new Remix project. We'll call ours "blog ......
Read more >Create a New Remix Project Using the remix-create CLI
New Remix projects can easily be created using the create-remix CLI. In this lesson, you'll run the following script in your terminal window ......
Read more >Creating Your First Remix App
Let's start the development. Change your working directory to Remix-wp or the folder where you installed the app and run: npm run dev....
Read more >How to build a React app using Remix (Part 1 of 3)
This function is called every time you change params from the URL, ... Following the Remix documentation, run npx create-remix@latest .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
use npx create-remix@1.3.4
🤖 Hello there,
We just published version
v0.0.0-nightly-b797f54-20220506
which involves this issue. If you’d like to take it for a test run please try it out and let us know what you think!Thanks!