Пофикшена команда запуска npm start в файле package.json в строке 18. Смена использования порта с PORT=24452 на --port=24452
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"web-vitals": "^2.1.4"
|
"web-vitals": "^2.1.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "PORT=24452 react-scripts start",
|
"start": "react-scripts start --port=24452",
|
||||||
"build": "react-scripts build --port=24452",
|
"build": "react-scripts build --port=24452",
|
||||||
"test": "react-scripts test --port=24452",
|
"test": "react-scripts test --port=24452",
|
||||||
"eject": "react-scripts eject --port=24452"
|
"eject": "react-scripts eject --port=24452"
|
||||||
|
|||||||
Reference in New Issue
Block a user