ionic-cli: error after installing ionic start sass

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)

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Comments: 34 (1 by maintainers)

Most upvoted 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:

// Include all of Ionic.
@import “www/lib/ionic/scss/ionic";