Skip to content

Commit ed546e8

Browse files
Merge branch 'master' of github.com:ElemeFE/vue-msgbox
2 parents 394a424 + 290b7aa commit ed546e8

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

npm-debug.log

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'dev' ]
3+
2 info using npm@3.7.3
4+
3 info using node@v5.8.0
5+
4 verbose run-script [ 'predev', 'dev', 'postdev' ]
6+
5 info lifecycle vue-msgbox@0.2.0~predev: vue-msgbox@0.2.0
7+
6 silly lifecycle vue-msgbox@0.2.0~predev: no script for predev, continuing
8+
7 info lifecycle vue-msgbox@0.2.0~dev: vue-msgbox@0.2.0
9+
8 verbose lifecycle vue-msgbox@0.2.0~dev: unsafe-perm in lifecycle true
10+
9 verbose lifecycle vue-msgbox@0.2.0~dev: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/olifer/workspace/vue-msgbox/node_modules/.bin:/usr/local/bin:/usr/local/mysql/bin:/usr/local/software/apache-tomcat-9.0.0.M1/bin:/usr/local/software/apache-maven-3.3.9/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
11+
10 verbose lifecycle vue-msgbox@0.2.0~dev: CWD: /Users/olifer/workspace/vue-msgbox
12+
11 silly lifecycle vue-msgbox@0.2.0~dev: Args: [ '-c',
13+
11 silly lifecycle 'webpack-dev-server --config ./webpack.example.config.js --inline --hot' ]
14+
12 info lifecycle vue-msgbox@0.2.0~dev: Failed to exec dev script
15+
13 verbose stack Error: vue-msgbox@0.2.0 dev: `webpack-dev-server --config ./webpack.example.config.js --inline --hot`
16+
13 verbose stack spawn ENOENT
17+
13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:17:16)
18+
13 verbose stack at emitTwo (events.js:100:13)
19+
13 verbose stack at ChildProcess.emit (events.js:185:7)
20+
13 verbose stack at maybeClose (internal/child_process.js:850:16)
21+
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
22+
14 verbose pkgid vue-msgbox@0.2.0
23+
15 verbose cwd /Users/olifer/workspace/vue-msgbox
24+
16 error Darwin 15.0.0
25+
17 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev"
26+
18 error node v5.8.0
27+
19 error npm v3.7.3
28+
20 error file sh
29+
21 error code ELIFECYCLE
30+
22 error errno ENOENT
31+
23 error syscall spawn
32+
24 error vue-msgbox@0.2.0 dev: `webpack-dev-server --config ./webpack.example.config.js --inline --hot`
33+
24 error spawn ENOENT
34+
25 error Failed at the vue-msgbox@0.2.0 dev script 'webpack-dev-server --config ./webpack.example.config.js --inline --hot'.
35+
25 error Make sure you have the latest version of node.js and npm installed.
36+
25 error If you do, this is most likely a problem with the vue-msgbox package,
37+
25 error not with npm itself.
38+
25 error Tell the author that this fails on your system:
39+
25 error webpack-dev-server --config ./webpack.example.config.js --inline --hot
40+
25 error You can get information on how to open an issue for this project with:
41+
25 error npm bugs vue-msgbox
42+
25 error Or if that isn't available, you can get their info via:
43+
25 error npm owner ls vue-msgbox
44+
25 error There is likely additional logging output above.
45+
26 verbose exit [ 1, true ]

0 commit comments

Comments
 (0)