npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass#3.13.1 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR**! Failed at the node-sass#3.13.1 postinstall script.**
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
P:S - my node version is v12.18.3 and npm verion is 6.14.3
I have tried all solutions like :
deleted package-lock.json
deleted node-module
run npm install gulp-sass
run npm install node -sass#latest
But still issue persist .
Please help me out .
Related
Running into this issue,
while tried to install node sass many times
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass#4.14.1 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass#4.14.1 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:
I advise you to use the Visual Studio Code editor and install the live sass compiler extension.
https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass
Whenever I npm install, I get an
npm ERR! errno 1
npm ERR! node-sass#4.13.1 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass#4.13.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.```
I've tried deleting node_modules, but I am getting not luck.
You have to upgrade your node-sass 4.13.1 to node-sass#4.14
Install earlier version of Node. Version 12.16 should work.
Hello I'm currently learning hyperledger composer but I reinstalled it and i'm installing it again. Now when I npm install, I get the error below. If anyone can help me out that would be great.
➜ Dabbous-Innopay npm install
> fabric-dev-servers#0.0.14 prepare /Users/alydabbous/code/Dabbous-Innopay
> npm run build-archives
> fabric-dev-servers#0.0.14 build-archives /Users/alydabbous/code/Dabbous-Innopay
> gulp --gulpfile .travis/gulp.js
[16:45:08] No gulpfile found
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fabric-dev-servers#0.0.14 build-archives: `gulp --gulpfile .travis/gulp.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fabric-dev-servers#0.0.14 build-archives 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! /Users/alydabbous/.npm/_logs/2018-11-05T15_45_08_550Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fabric-dev-servers#0.0.14 prepare: `npm run build-archives`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fabric-dev-servers#0.0.14 prepare 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! /Users/alydabbous/.npm/_logs/2018-11-05T15_45_08_587Z-debug.log
Make sure You are Using Node 8.9 or bellow:
node -v
if output is more than 8.9 then uninstall node and re-install it with 8.9 version or use nvm(Node Version Manager). Google it you can find above process easily.
Error with npm install for my application in Ubuntu 16
npm ERR! node-sass#4.5.0 install: `node scripts/install.js`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the node-sass#4.5.0 install script 'node scripts/install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-sass package,
Edit you package.json to use "node-sass#^4.5.3", this version installs fine for me
I do have a PhantomJS 2.0 installed and running on machine.
whenever I try to install karma-phantomjs-launcher.
I am ending with following error
$npm install
npm WARN package.json karma-tap#1.0.3 No repository field.
phantomjs#1.9.19 install /root/ravi/strongloop/request/request/node_modules/karma-phantomjs-launcher/node_modules/phantomjs
node install.js
Found PhantomJS at /bin/phantomjs ...verifying
PhantomJS detected, but wrong version 2.0.0 # /bin/phantomjs.
npm ERR! phantomjs#1.9.19 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs#1.9.19 install script.
npm ERR! This is most likely a problem with the phantomjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls phantomjs
npm ERR! There is likely additional logging output above.
Is their any way to start working with karma-phantomjs-launcher with existing PhantomJS2.0 .