question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error after installing ionic start sass

See original GitHub issue

After 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:closed
  • Created 9 years ago
  • Comments:34 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ArthurGevorkyancommented, Mar 31, 2016

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.

1reaction
flymkecommented, Sep 15, 2014

@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:

// Include all of Ionic.
@import “www/lib/ionic/scss/ionic";
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found