Skip to content

Commit

Permalink
Specify serve package version
Browse files Browse the repository at this point in the history
The newest version of serve (v14) is no longer compatible with the Node.js version we have on Openshift.
  • Loading branch information
eapapp authored Aug 10, 2022
1 parent 619042c commit a69767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"web-vitals": "^1.1.2"
},
"scripts": {
"prestart": "npm install -g serve",
"prestart": "npm install -g serve@13.0.2",
"start": "serve -s build -l 8080",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down

0 comments on commit a69767e

Please sign in to comment.