Commit eb44a261 authored by 刘松's avatar 刘松

update

parent c2d8dc0b
{
"presets": ["react","es2015"]
}
\ No newline at end of file
node_modules node_modules
babelCache
draft/ draft/
config/dev.js config/dev.js
.vscode .vscode
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'build' ]
2 info using npm@3.10.3
3 info using node@v8.1.4
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle fengchao-admin@0.0.1~prebuild: fengchao-admin@0.0.1
6 silly lifecycle fengchao-admin@0.0.1~prebuild: no script for prebuild, continuing
7 info lifecycle fengchao-admin@0.0.1~build: fengchao-admin@0.0.1
8 verbose lifecycle fengchao-admin@0.0.1~build: unsafe-perm in lifecycle true
9 verbose lifecycle fengchao-admin@0.0.1~build: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/liusong/Desktop/study/fengchao-admin/node_modules/.bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/local/go/bin:/usr/local/mysql/bin:/usr/local/mysql/support-files
10 verbose lifecycle fengchao-admin@0.0.1~build: CWD: /Users/liusong/Desktop/study/fengchao-admin
11 silly lifecycle fengchao-admin@0.0.1~build: Args: [ '-c', 'webpack --config webpack.config.js && node app.js' ]
12 silly lifecycle fengchao-admin@0.0.1~build: Returned: code: 2 signal: null
13 info lifecycle fengchao-admin@0.0.1~build: Failed to exec build script
14 verbose stack Error: fengchao-admin@0.0.1 build: `webpack --config webpack.config.js && node app.js`
14 verbose stack Exit status 2
14 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:242:16)
14 verbose stack at emitTwo (events.js:125:13)
14 verbose stack at EventEmitter.emit (events.js:213:7)
14 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
14 verbose stack at emitTwo (events.js:125:13)
14 verbose stack at ChildProcess.emit (events.js:213:7)
14 verbose stack at maybeClose (internal/child_process.js:897:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
15 verbose pkgid fengchao-admin@0.0.1
16 verbose cwd /Users/liusong/Desktop/study/fengchao-admin
17 error Darwin 16.6.0
18 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
19 error node v8.1.4
20 error npm v3.10.3
21 error code ELIFECYCLE
22 error fengchao-admin@0.0.1 build: `webpack --config webpack.config.js && node app.js`
22 error Exit status 2
23 error Failed at the fengchao-admin@0.0.1 build script 'webpack --config webpack.config.js && node app.js'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the fengchao-admin package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error webpack --config webpack.config.js && node app.js
23 error You can get information on how to open an issue for this project with:
23 error npm bugs fengchao-admin
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls fengchao-admin
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
"start": "node app.js" "start": "node app.js"
}, },
"dependencies": { "dependencies": {
"antd": "^2.12.5",
"babel-plugin-import": "^1.1.1", "babel-plugin-import": "^1.1.1",
"babel-polyfill": "^6.23.0", "babel-polyfill": "^6.23.0",
"bluebird": "^3.5.0", "bluebird": "^3.5.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment