error after installing ionic start sass
See original GitHub issueAfter installing ionic start sass
then running ionic serve
I get the following error:
events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:988:11) at Process.ChildProcess._handle.onexit (child_process.js:779:34)
Issue Analytics
- State:
- Created 9 years ago
- Comments:34 (1 by maintainers)
Top Results From Across the Web
Ionic setup sass [ERROR] Unable to find command
First thing to try: sudo ionic setup sass · Delete the node_modules and reinstall with npm install.
Read more >Ionic cannot build app due to node-sass error - Stack Overflow
It seems to work with node-sass@4.12.0 but ionic-app-scripts has node-sass@4.10.0 in it's package.json . When I attempt to rebuild node-sass ...
Read more >Node-Sass Error in Appflow caused by Python 2 Deprecation
The npm page for this package indicates that node-sass was deprecated in October 2020, recommends using dart-sass as its replacement. Therefore, ...
Read more >Cannot find module 'node-sass' error | bobbyhadz
To solve the error "Cannot find module 'node-sass'", make sure to install the node-sass package by opening your terminal in your project's root...
Read more >sass-loader - npm
Start using sass-loader in your project by running `npm i sass-loader`. ... Beware the situation when node-sass and sass were installed!
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve been struggling with that for an hour until I realized that I forgot to do
bower install
in the project root. Such a silly thing, yet such an important one.@adamdbradley Ok many thanks - I will check that. Actually I have tried to use the sass file from learn.ionicframework.com (http://learn.ionicframework.com/formulas/working-with-sass/)
Now as you say that, I noticed there is a wrong quotation mark in the example: