calendar icon indicating copy to clipboard operation
calendar copied to clipboard

error code ELIFECYCLE : error errno 1

Open Manishfoodtechs opened this issue 5 years ago • 0 comments

Hello , I am getting this error. Tried everything like downgrading of babel , gulp modules etc. unable to resolve.

20 error code ELIFECYCLE 21 error errno 1 22 error calendar@ test: node node_modules/gulp-cli/bin/gulp.js karma 22 error Exit status 1

image

complete log below: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1 verbose cli 'C:\Users\MY PC\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js', 1 verbose cli 'run', 1 verbose cli 'test' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'pretest', 'test', 'posttest' ] 5 info lifecycle calendar@~pretest: calendar@ 6 info lifecycle calendar@~test: calendar@ 7 verbose lifecycle calendar@~test: unsafe-perm in lifecycle true 8 verbose lifecycle calendar@~test: PATH: C:\Users\MY PC\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;D:\XAMPP\htdocs\manish_sir\PHP\calendar-master\calendar-master\js\node_modules.bin;C:\Users\MY PC\AppData\Roaming\npm;C:\Program Files\nodejs;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\nodejs;C:\Program Files\PuTTY;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\xampp\php;C:\composer;C:\Program Files\Git\cmd;C:\Program Files\apache-ant-1.10.3\bin;C:\Users\MY PC\AppData\Roaming\npm;C:\Users\MY PC\AppData\Roaming\Composer\vendor\bin;C:\Program Files\Heroku\bin 9 verbose lifecycle calendar@~test: CWD: D:\XAMPP\htdocs\manish_sir\PHP\calendar-master\calendar-master\js 10 silly lifecycle calendar@~test: Args: [ '/d /s /c', 'node node_modules/gulp-cli/bin/gulp.js karma' ] 11 silly lifecycle calendar@~test: Returned: code: 1 signal: null 12 info lifecycle calendar@~test: Failed to exec test script 13 verbose stack Error: calendar@ test: node node_modules/gulp-cli/bin/gulp.js karma 13 verbose stack Exit status 1 13 verbose stack at EventEmitter. (C:\Users\MY PC\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16) 13 verbose stack at emitTwo (events.js:125:13) 13 verbose stack at EventEmitter.emit (events.js:213:7) 13 verbose stack at ChildProcess. (C:\Users\MY PC\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) 13 verbose stack at emitTwo (events.js:125:13) 13 verbose stack at ChildProcess.emit (events.js:213:7) 13 verbose stack at maybeClose (internal/child_process.js:921:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) 14 verbose pkgid calendar@ 15 verbose cwd D:\XAMPP\htdocs\manish_sir\PHP\calendar-master\calendar-master\js 16 verbose Windows_NT 6.3.9600 17 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\MY PC\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "run" "test" 18 verbose node v8.2.0 19 verbose npm v6.4.1 20 error code ELIFECYCLE 21 error errno 1 22 error calendar@ test: node node_modules/gulp-cli/bin/gulp.js karma 22 error Exit status 1 23 error Failed at the calendar@ test script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ]

Manishfoodtechs avatar Oct 01 '18 18:10 Manishfoodtechs