Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on server up (windows) #4

Closed
odranoelBR opened this issue Dec 11, 2015 · 2 comments
Closed

Error on server up (windows) #4

odranoelBR opened this issue Dec 11, 2015 · 2 comments

Comments

@odranoelBR
Copy link

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'run',
1 verbose cli   'dev:win' ]
2 info using npm@3.3.12
3 info using node@v5.1.1
4 verbose run-script [ 'predev:win', 'dev:win', 'postdev:win' ]
5 info lifecycle vuepack@0.0.5~predev:win: vuepack@0.0.5
6 silly lifecycle vuepack@0.0.5~predev:win: no script for predev:win, continuing
7 info lifecycle vuepack@0.0.5~dev:win: vuepack@0.0.5
8 verbose lifecycle vuepack@0.0.5~dev:win: unsafe-perm in lifecycle true
9 verbose lifecycle vuepack@0.0.5~dev:win: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;c:\laragon\www\hello-vue\node_modules\.bin;C:\laragon\bin\cmder\bin;C:\Program Files\Git\bin;C:\Program Files\Git\share\vim\vim74;C:\laragon\bin\cmder\vendor\conemu-maximus5;C:\laragon\bin\cmder\vendor\conemu-maximus5\ConEmu;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\Users\Muniz\AppData\Roaming\npm\node_modules\dploy\bin;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Heroku\bin;C:\Program Files (x86)\git\cmd;C:\Program Files\MongoDB\Server\3.0\bin;C:\Program Files\nodejs\;C:\Users\Muniz\AppData\Roaming\npm;C:\laragon\bin\cmder;C:\laragon\bin\mysql\mariadb-10.0.20\bin;C:\laragon\bin\php\php-5.6.13;C:\laragon\bin\composer;C:\laragon\bin\apache\apache-2.4.16\bin\;C:\laragon\bin\redis\redis-2.8.17;C:\laragon\bin\memcached\memcached-1.4.5;C:\laragon\bin\nodejs;C:\laragon\bin\notepad++;C:\laragon\bin\sendmail;C:\laragon\bin\winscp;C:\laragon\bin\putty;;C:\laragon\bin\cmder\vendor\dtelnet;C:\laragon\bin\cmder\vendor\putty;C:\Users\Muniz\AppData\Roaming\Composer\vendor\bin;C:\Users\Muniz\AppData\Roaming\npm
10 verbose lifecycle vuepack@0.0.5~dev:win: CWD: c:\laragon\www\hello-vue
11 silly lifecycle vuepack@0.0.5~dev:win: Args: [ '/d /s /c',
11 silly lifecycle   'set NODE_ENV=development && set HOT=1 && set VUEPACK_PORT=3030 && node scripts/devServer.js' ]
12 silly lifecycle vuepack@0.0.5~dev:win: Returned: code: 3221225501  signal: null
13 info lifecycle vuepack@0.0.5~dev:win: Failed to exec dev:win script
14 verbose stack Error: vuepack@0.0.5 dev:win: `set NODE_ENV=development && set HOT=1 && set VUEPACK_PORT=3030 && node scripts/devServer.js`
14 verbose stack Exit status 3221225501
14 verbose stack     at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:232:16)
14 verbose stack     at emitTwo (events.js:87:13)
14 verbose stack     at EventEmitter.emit (events.js:172:7)
14 verbose stack     at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
14 verbose stack     at emitTwo (events.js:87:13)
14 verbose stack     at ChildProcess.emit (events.js:172:7)
14 verbose stack     at maybeClose (internal/child_process.js:818:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
15 verbose pkgid vuepack@0.0.5
16 verbose cwd c:\laragon\www\hello-vue
17 error Windows_NT 6.1.7600
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev:win"
19 error node v5.1.1
20 error npm  v3.3.12
21 error code ELIFECYCLE
22 error vuepack@0.0.5 dev:win: `set NODE_ENV=development && set HOT=1 && set VUEPACK_PORT=3030 && node scripts/devServer.js`
22 error Exit status 3221225501
23 error Failed at the vuepack@0.0.5 dev:win script 'set NODE_ENV=development && set HOT=1 && set VUEPACK_PORT=3030 && node scripts/devServer.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 vuepack package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     set NODE_ENV=development && set HOT=1 && set VUEPACK_PORT=3030 && node scripts/devServer.js
23 error You can get their info via:
23 error     npm owner ls vuepack
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
@egoist
Copy link
Owner

egoist commented Dec 11, 2015

Does node scripts/devServer.js work?

@egoist
Copy link
Owner

egoist commented Dec 15, 2015

For no responding I'm closing this.

@egoist egoist closed this as completed Dec 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants