-
Notifications
You must be signed in to change notification settings - Fork 93
npm install Error #32
Comments
Hrrm, that error is coming out of node-sass. Can you install that on its own? |
Hi Ben, I could install the package using: npm install -g --unsafe-perm --allow-root node-sass But when I try to run: Sends the same error: gyp ERR! build error npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: |
me too |
yes i do it and change nodejs v12.14.0>v8.0.0 (I'm not sure if it's the point, but successfully installed through the following steps) |
yes,i think need low node |
Facing similar issues.
The debug log file OS: Arch Linux |
Got also the same error. Tested on Centos 7
Got similar error on these OS Ubuntu 18 wsl Ubuntu 19 raspberry Windows 10 |
use node 8.17.4
…------------------ 原始邮件 ------------------
发件人: "Christophe"<notifications@github.com>;
发送时间: 2020年4月16日(星期四) 下午5:56
收件人: "howdyai/botkit-cms"<botkit-cms@noreply.github.com>;
抄送: "绣花针"<csever@qq.com>; "Comment"<comment@noreply.github.com>;
主题: Re: [howdyai/botkit-cms] npm install Error (#32)
Got also the same error.
Tested on
Centos 7
npm 6.14.4
node 13.12.0
make: *** [Release/obj.target/binding/src/binding.o] Erreur 1 make: on quitte le répertoire « /home/cri/bot/botkit-cms/node_modules/node-sass/build » gyp ERR! build error gyp ERR! stack Error: make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/home/cri/bot/botkit-cms/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:315:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 3.10.0-1062.18.1.el7.x86_64
gyp ERR! command "/usr/bin/node" "/home/cri/bot/botkit-cms/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /home/cri/bot/botkit-cms/node_modules/node-sass
gyp ERR! node -v v13.12.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.9.4 postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.9.4 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-04-16T09_47_58_863Z-debug.log
`
Got similar error on these OS
Ubuntu 18 wsl
npm 6.14.4
node 13.13.0
Ubuntu 19 raspberry
npm 6.13.4
node 12.14.0
Windows 10
npm 6.13.7
node 12.13.1
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
lsb_release -a npm -v node -v git commit 23128e2 |
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
The text was updated successfully, but these errors were encountered: