Hi everyone i’m trying run the command npm run build in sage 9.0.0-beta.3 and this fail
this is the content of my npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\laragon\\bin\\nodejs\\node.exe',
1 verbose cli 'C:\\Users\\Nestor\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'build' ]
2 info using npm@3.10.5
3 info using node@v6.3.0
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle sage@9.0.0-beta.3~prebuild: sage@9.0.0-beta.3
6 silly lifecycle sage@9.0.0-beta.3~prebuild: no script for prebuild, continuing
7 info lifecycle sage@9.0.0-beta.3~build: sage@9.0.0-beta.3
8 verbose lifecycle sage@9.0.0-beta.3~build: unsafe-perm in lifecycle true
9 verbose lifecycle sage@9.0.0-beta.3~build: PATH: C:\Users\Nestor\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin;C:\laragon\www\jema\wp-content\themes\jemaenlaweb\node_modules\.bin;C:\laragon\bin\nodejs;C:\Users\Nestor\AppData\Roaming\npm;C:\laragon\bin\cmder\vendor\telnet;C:\laragon\bin\cmder\vendor\putty;C:\Users\Nestor\AppData\Roaming\Composer\vendor\bin;C:\laragon\bin\mysql\mysql-5.7.13-win32\bin;C:\laragon\bin\php\php-7.0.9-Win32-VC14-x86;C:\laragon\bin\composer;C:\laragon\bin\apache\httpd-2.4.23-win32-VC14\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\telnet;C:\laragon\bin\sublime;C:\laragon\bin\ngrok;C:\laragon\bin\sendmail;C:\laragon\bin\winscp;C:\laragon\bin\git\bin;C:\laragon\bin\git\usr\bin;C:\laragon\bin\git\mingw32\bin;C:\laragon\bin;C:\laragon\usr\bin;C:\laragon\bin\putty;C:\laragon\bin\cmder\bin;C:\Program Files\Git\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\share\vim\vim74;C:\laragon\bin\cmder\vendor\conemu-maximus5\ConEmu\Scripts;C:\laragon\bin\cmder\vendor\conemu-maximus5;C:\laragon\bin\cmder\vendor\conemu-maximus5\ConEmu;C:\Program Files (x86)\Intel\TXE Components\TCS\;C:\Program Files\Intel\TXE Components\TCS\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\TXE Components\DAL\;C:\Program Files (x86)\Intel\TXE Components\DAL\;C:\Program Files\Intel\TXE Components\IPT\;C:\Program Files (x86)\Intel\TXE Components\IPT\;C:\Program Files (x86)\Skype\Phone\;C:\wamp\bin\php\php5.5.12;C:\phalcon-tools;C:\HashiCorp\Vagrant\bin;C:\ProgramData\ComposerSetup\bin;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\Users\Nestor\AppData\Local\Microsoft\WindowsApps;C:\Users\Nestor\AppData\Roaming\Composer\vendor\bin;C:\Users\Nestor\AppData\Roaming\npm;;C:\laragon\bin\cmder\;
10 verbose lifecycle sage@9.0.0-beta.3~build: CWD: C:\laragon\www\jema\wp-content\themes\jemaenlaweb
11 silly lifecycle sage@9.0.0-beta.3~build: Args: [ '/d /s /c',
11 silly lifecycle 'webpack --progress --config resources/assets/build/webpack.config.js' ]
12 silly lifecycle sage@9.0.0-beta.3~build: Returned: code: 1 signal: null
13 info lifecycle sage@9.0.0-beta.3~build: Failed to exec build script
14 verbose stack Error: sage@9.0.0-beta.3 build: `webpack --progress --config resources/assets/build/webpack.config.js`
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.<anonymous> (C:\Users\Nestor\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:242:16)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at EventEmitter.emit (events.js:191:7)
14 verbose stack at ChildProcess.<anonymous> (C:\Users\Nestor\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at ChildProcess.emit (events.js:191:7)
14 verbose stack at maybeClose (internal/child_process.js:852:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
15 verbose pkgid sage@9.0.0-beta.3
16 verbose cwd C:\laragon\www\jema\wp-content\themes\jemaenlaweb
17 error Windows_NT 10.0.15063
18 error argv "C:\\laragon\\bin\\nodejs\\node.exe" "C:\\Users\\Nestor\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "build"
19 error node v6.3.0
20 error npm v3.10.5
21 error code ELIFECYCLE
22 error sage@9.0.0-beta.3 build: `webpack --progress --config resources/assets/build/webpack.config.js`
22 error Exit status 1
23 error Failed at the sage@9.0.0-beta.3 build script 'webpack --progress --config resources/assets/build/webpack.config.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 sage package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error webpack --progress --config resources/assets/build/webpack.config.js
23 error You can get information on how to open an issue for this project with:
23 error npm bugs sage
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls sage
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
any one know why this happen?