Skip to content

Commit f1d6ed5

Browse files
committed
Fix windows npm error fixed
1 parent 989bbc2 commit f1d6ed5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"proxy": "http://localhost:3001",
66
"scripts": {
77
"dev": "node scripts/start.js",
8-
"server": "node scripts/server.js &",
9-
"start": "concurrently 'npm run server' 'npm run dev'",
8+
"server": "node scripts/server.js",
9+
"start": "concurrently \"npm run server\" \"npm run dev\" ",
1010
"build": "node scripts/build.js",
1111
"test": "node scripts/test.js --env=jsdom"
1212
},
@@ -17,9 +17,9 @@
1717
"classnames": "^2.2.5",
1818
"constant-mirror": "^1.1.1",
1919
"js-cookie": "^2.1.4",
20-
"react": "^16.2.0",
20+
"react": "^16.6.3",
2121
"react-copy-to-clipboard": "^5.0.0",
22-
"react-dom": "^16.2.0",
22+
"react-dom": "^16.6.3",
2323
"react-redux": "^5.0.6",
2424
"react-router": "^3.0.2",
2525
"react-router-redux": "^4.0.8",

src/app/containers/login/index.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
bottom: 0;
1313
right: 0;
1414
left: 0;
15-
background-image: url(https://cn.bing.com/az/hprichbg/rb/Europa_ZH-CN11806353149_1920x1080.jpg);
15+
background-image: url(https://cn.bing.com/az/hprichbg/rb/SphinxObservatory_ZH-CN7733546261_1920x1080.jpg);
1616
background-repeat: no-repeat;
1717
background-size: 100% 100%;
18-
1918
}
2019
.login-content {
2120
padding-bottom: 68px;

0 commit comments

Comments
 (0)