Skip to content

Commit d887d68

Browse files
Set BROWSER environment variable to none to fix start-up error
1 parent 8b20554 commit d887d68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "React-todomvc",
2+
"name": "react-todomvc",
33
"version": "0.0.1",
44
"private": true,
55
"devDependencies": {
6-
"react-scripts": "^0.6.0"
6+
"react-scripts": "^5.0.1"
77
},
88
"dependencies": {
99
"classnames": "^2.2.5",
@@ -12,7 +12,7 @@
1212
"todomvc-app-css": "^2.0.6"
1313
},
1414
"scripts": {
15-
"start": "react-scripts start",
15+
"start": "BROWSER=none react-scripts start",
1616
"build": "react-scripts build",
1717
"eject": "react-scripts eject",
1818
"test": "react-scripts test"

0 commit comments

Comments
 (0)