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
The scripts section in package.json is missing a comma between "dev" and "build-preview". This results in a JSON syntax error, breaking package installation and script execution.
Steps to Reproduce
Open packages/package.json.est.t
Go to the "scripts" section
Observe the missing comma between "dev" and "build-preview"
Errors it would cause
When running npm install or yarn install, the package manager will fail to parse package.json
This stops dependency installation and makes the package unusable.
The text was updated successfully, but these errors were encountered:
NawazTalha
changed the title
chore : Missing Comma in package.json Scripts Section (Syntax Error)
error: Missing Comma in package.json Scripts Section (Syntax Error)
Mar 5, 2025
The scripts section in package.json is missing a comma between "dev" and "build-preview". This results in a JSON syntax error, breaking package installation and script execution.
Steps to Reproduce
Open packages/package.json.est.t
Go to the "scripts" section
Observe the missing comma between "dev" and "build-preview"
Errors it would cause
The text was updated successfully, but these errors were encountered: