question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't run `npx create-remix@latest` with `.` current directory

See original GitHub issue

What 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:closed
  • Created a year ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
severomerfarukcommented, Apr 18, 2022

use npx create-remix@1.3.4

0reactions
github-actions[bot]commented, May 6, 2022

🤖 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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found