-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
remix.init script failed #79
Comments
Thanks for reporting this. Will look at it, maybe similar to rphlmr/supa-stripe-stack#14 (comment) |
@crowne Can you try again 😇 ? |
@rphlmr thanks that looks like the dependency issue is fixed, however there is a new error when running the remix.init script. > npx create-remix --template rphlmr/supa-fly-stack
remix v2.4.0 💿 Let's build a better website...
dir Where should we create your new project?
./appname
◼ Template: Using rphlmr/supa-fly-stack...
✔ Template copied
git Initialize a new git repository?
Yes
deps Install dependencies with npm?
Yes
init This template has a remix.init script. Do you want to run it?
Yes
✔ Dependencies installed
✔ Git initialized
✔ Dependencies for remix.init script installed
◼ Running template's remix.init script...
🚀 Making something cool with this template ...
▲ Oh no! Template's remix.init script failed |
Ok, I'll try to set up a Windows VM to test asap. |
if I run npx remix init inside the app directory I see this: > npx remix init
🚀 Making something cool with this template ...
Error: 🚨 Oops, remix.init failed
😌 Sorry, this template only supports TypeScript
at main (C:\github\orgname\appname\remix.init\index.js:22:9)
at Object.init (C:\github\orgname\appname\node_modules\@remix-run\dev\dist\cli\commands.js:102:11)
at async Object.run (C:\github\orgname\appname\node_modules\@remix-run\dev\dist\cli\run.js:167:7) |
Looks like something has changed 😬. |
Still seeing this, would recommend changing the issue name to reflect the new issue. |
I'm also getting this on a mac. |
Hello, Is it |
I tried to use the supa-fly-stack template but it failed with the message shown below.
I'm running on Windows 10
npx --version = 10.2.5
node --version = v20.10.0
if I cd into the app-dir and run npm install I get the following output
The text was updated successfully, but these errors were encountered: