diff --git a/.gitignore b/.gitignore index 6ca7f86190..ffd2766091 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ frappe/docs/current node_modules .kdev4/ *.kdev4 - +*debug.log # Not Recommended, but will remove once webpack ready package-lock.json diff --git a/npm-debug.log b/npm-debug.log deleted file mode 100644 index f467809372..0000000000 --- a/npm-debug.log +++ /dev/null @@ -1,44 +0,0 @@ -0 info it worked if it ends with ok -1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'production' ] -2 info using npm@3.9.3 -3 info using node@v6.2.1 -4 verbose run-script [ 'preproduction', 'production', 'postproduction' ] -5 info lifecycle frappe@~preproduction: frappe@ -6 silly lifecycle frappe@~preproduction: no script for preproduction, continuing -7 info lifecycle frappe@~production: frappe@ -8 verbose lifecycle frappe@~production: unsafe-perm in lifecycle true -9 verbose lifecycle frappe@~production: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/frappe/release-bench/apps/frappe/node_modules/.bin:/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/frappe/.local/bin:/home/frappe/bin -10 verbose lifecycle frappe@~production: CWD: /home/frappe/release-bench/apps/frappe -11 silly lifecycle frappe@~production: Args: [ '-c', 'FRAPPE_ENV=production rollup -c' ] -12 info lifecycle frappe@~production: Failed to exec production script -13 verbose stack Error: frappe@ production: `FRAPPE_ENV=production rollup -c` -13 verbose stack spawn ENOENT -13 verbose stack at ChildProcess. (/usr/lib/node_modules/npm/lib/utils/spawn.js:17:16) -13 verbose stack at emitTwo (events.js:106:13) -13 verbose stack at ChildProcess.emit (events.js:191:7) -13 verbose stack at maybeClose (internal/child_process.js:852:16) -13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5) -14 verbose pkgid frappe@ -15 verbose cwd /home/frappe/release-bench/apps/frappe -16 error Linux 3.10.0-327.18.2.el7.x86_64 -17 error argv "/usr/bin/node" "/usr/bin/npm" "run" "production" -18 error node v6.2.1 -19 error npm v3.9.3 -20 error file sh -21 error code ELIFECYCLE -22 error errno ENOENT -23 error syscall spawn -24 error frappe@ production: `FRAPPE_ENV=production rollup -c` -24 error spawn ENOENT -25 error Failed at the frappe@ production script 'FRAPPE_ENV=production rollup -c'. -25 error Make sure you have the latest version of node.js and npm installed. -25 error If you do, this is most likely a problem with the frappe package, -25 error not with npm itself. -25 error Tell the author that this fails on your system: -25 error FRAPPE_ENV=production rollup -c -25 error You can get information on how to open an issue for this project with: -25 error npm bugs frappe -25 error Or if that isn't available, you can get their info via: -25 error npm owner ls frappe -25 error There is likely additional logging output above. -26 verbose exit [ 1, true ]