You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the options presented to users when using npx create-remix is whether or not to initialize a git repo. If the user chooses not to, then the npm prepare script fails and prevents the user from running npm install
What did you expect to happen?
I expected it to warn or fail silently if a git repo is not included. Potentially remove lefthook automatically if that option is provided.
What version of Remix are you using?
2.5.0
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What happened?
One of the options presented to users when using
npx create-remix
is whether or not to initialize a git repo. If the user chooses not to, then thenpm prepare
script fails and prevents the user from runningnpm install
What did you expect to happen?
I expected it to warn or fail silently if a git repo is not included. Potentially remove lefthook automatically if that option is provided.
What version of Remix are you using?
2.5.0
The text was updated successfully, but these errors were encountered: