ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

`ionic start` doesn't work for Win/node8 (Temporary fix inside) #280

Closed janpio closed 7 years ago

janpio commented 7 years ago

See here: https://github.com/ionic-team/ionic-cli/issues/2524

PR to fix this is here: https://github.com/ionic-team/ionic-app-base/pull/32

Until it gets merged, run npm install gulp-sass@^3.1.0 after starting a new project to fix the issue.

janpio commented 7 years ago

PR has been merged at https://github.com/ionic-team/ionic-app-base/commit/150cd68994232dc3a779545e1d202a36160e8b38

Should work again now.