remix.init
script fails if chosen to run during create-remix
bootstrapping
#148
Labels
good first issue
Good for newcomers
priority: low
Remix
type: bug
code to address defects in shipped code
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:
pnpm create remix@latest --template netlify/remix-template
orpnpm dlx create-remix@latest --template netlify/remix-template
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):
The text was updated successfully, but these errors were encountered: