Skip to content
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 fails if chosen to run during create-remix bootstrapping #148

Closed
Sophon96 opened this issue Aug 30, 2024 · 2 comments · Fixed by #149
Closed

remix.init script fails if chosen to run during create-remix bootstrapping #148

Sophon96 opened this issue Aug 30, 2024 · 2 comments · Fixed by #149
Labels
good first issue Good for newcomers priority: low Remix type: bug code to address defects in shipped code

Comments

@Sophon96
Copy link

Describe the bug
The remix.init script fails when trying to bootstrap a project using this template with no further error message.

To Reproduce
Steps to reproduce the behavior:

  1. Run pnpm create remix@latest --template netlify/remix-template or pnpm dlx create-remix@latest --template netlify/remix-template
  2. Complete all the default remix dialog options, choosing to install dependencies
  3. Choose to run remix.init script
  4. Script will error with no further information.

The script does run properly if one chooses to not run it during the create-remix dialog, and runs it after remix has bootstrapped the project (i.e. pnpm exec remix init).

Expected behavior
The script should run without issue when choosing to run it in the create-remix dialog.

Screenshots
N/A

Desktop (please complete the following information):

  • OS: Windows 11
@serhalp serhalp added good first issue Good for newcomers type: bug code to address defects in shipped code priority: low labels Sep 4, 2024
@serhalp serhalp added the Remix label Sep 5, 2024 — with Linear
@pieh pieh closed this as completed in #149 Sep 6, 2024
@pieh
Copy link
Contributor

pieh commented Sep 6, 2024

This now should be fixed. Thanks for reporting it!

@Sophon96
Copy link
Author

Sophon96 commented Sep 6, 2024

Awesome, confirmed that it works on my machines!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers priority: low Remix type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants