-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
pnpm's package.json5 file not supported #7097
Copy link
Copy link
Open
Description
Which project does this relate to?
Start
Describe the bug
The pnpm run dev command fails when using a package.json5 file instead of package.json.
Your Example Website or App
This simply refers to the start project when initializing with the CLI
Steps to Reproduce the Bug or Issue
- Initialize new project using the CLI with PNPM:
pnpm dlx @tanstack/cli@latest create. - Change the
package.jsonfile to apackage.json5file (supported by PNPM). - Run
pnpm run dev.
Expected behavior
Expected that this would work, and the error message was super cryptic, seemingly because the code just assumed that there's a file named exactly package.json.
Screenshots or Videos
No response
Platform
Not relevant to this issue
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels