This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Description When I run npm install after clone the git repository, I get the next error message on the log file that was created:
7839 verbose stack Error: node-sass@4.9.4 postinstall: node scripts/build.js
7839 verbose stack Exit status 1
7839 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
7839 verbose stack at EventEmitter.emit (events.js:311:20)
7839 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
7839 verbose stack at ChildProcess.emit (events.js:311:20)
7839 verbose stack at maybeClose (internal/child_process.js:1021:16)
7839 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
7840 verbose pkgid node-sass@4.9.4
7841 verbose cwd /home/user/Proyects/botkit-cms
7842 verbose Linux 4.15.0-65-generic
7843 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
7844 verbose node v12.16.1
7845 verbose npm v6.13.4
7846 error code ELIFECYCLE
7847 error errno 1
7848 error node-sass@4.9.4 postinstall: node scripts/build.js
7848 error Exit status 1
7849 error Failed at the node-sass@4.9.4 postinstall script.
7849 error This is probably not a problem with npm. There is likely additional logging output above.
7850 verbose exit [ 1, true ]
My Configuration:
npm -v
6.13.4
node -v
v12.16.1
Ubuntu LTS 18.04
Any one can help me whats going on?
Regards,
Francisco Yu
Reactions are currently unavailable
When I run npm install after clone the git repository, I get the next error message on the log file that was created:
7839 verbose stack Error: node-sass@4.9.4 postinstall:
node scripts/build.js7839 verbose stack Exit status 1
7839 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
7839 verbose stack at EventEmitter.emit (events.js:311:20)
7839 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
7839 verbose stack at ChildProcess.emit (events.js:311:20)
7839 verbose stack at maybeClose (internal/child_process.js:1021:16)
7839 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
7840 verbose pkgid node-sass@4.9.4
7841 verbose cwd /home/user/Proyects/botkit-cms
7842 verbose Linux 4.15.0-65-generic
7843 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
7844 verbose node v12.16.1
7845 verbose npm v6.13.4
7846 error code ELIFECYCLE
7847 error errno 1
7848 error node-sass@4.9.4 postinstall:
node scripts/build.js7848 error Exit status 1
7849 error Failed at the node-sass@4.9.4 postinstall script.
7849 error This is probably not a problem with npm. There is likely additional logging output above.
7850 verbose exit [ 1, true ]
My Configuration:
npm -v
6.13.4
node -v
v12.16.1
Ubuntu LTS 18.04
Any one can help me whats going on?
Regards,
Francisco Yu