##when I exe "npm start", I get
webpack: Compiled successfully.
npm ERR! code ELIFECYCLE
npm ERR! errno 3221226356
npm ERR! [email protected] start: ng serve --open --disable-host-check
npm ERR! Exit status 3221226356
npm ERR!
npm ERR! Failed at the [email protected] start 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! ...AppDataRoamingnpm-cache_logs2017-11-28T06_22_39_188Z-debug.log
npm -v):node -v):node -p process.versions):node -p process.platform):node -p process.arch):node -p "require('node-sass').info"):npm ls node-sass):-- @angular/[email protected]
-- [email protected]Can you supply the log in a gist too?
I am also getting the same error. Log file have nothing new what it shows in console.
webpack: Compiled successfully.
npm ERR! code ELIFECYCLE
npm ERR! errno 3221226356
npm ERR! [email protected] start: ng serve -o
npm ERR! Exit status 3221226356
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm version - 5.5.1
> node: 6.9.1
> os: win32 x64
> @angular/animations: 4.4.6
> @angular/common: 4.4.6
> @angular/compiler: 4.4.6
> @angular/core: 4.4.6
> @angular/forms: 4.4.6
> @angular/http: 4.4.6
> @angular/platform-browser: 4.4.6
> @angular/platform-browser-dynamic: 4.4.6
> @angular/router: 4.4.6
> @angular/cli: 1.2.4
> @angular/compiler-cli: 4.4.6
> @angular/language-service: 4.4.6
You both seem to be hitting this through the angular-cli, I suggest you file an issue in that repo.
I know this might be a late answer, but you can run npm rebuild node-sass which should fix your given problem. Leaving this for everyone facing the same problem.
Most helpful comment
I know this might be a late answer, but you can run
npm rebuild node-sasswhich should fix your given problem. Leaving this for everyone facing the same problem.