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

Installing using npm install ionic-angular@legacy #363

Open jacquesdev opened 6 years ago

jacquesdev commented 6 years ago

I was following this guide: https://blog.ionicframework.com/ios-11-checklist/

It suggested that we install ionic using npm in this way npm install ionic-angular@legacy.

I did that, only to find it does not include a scss folder (and not sure what else would have been different). I checked this version of the repo https://github.com/ionic-team/ionic-v1, which in theory should be the same, but looks like it's like the npm package is not including what it should.

Any reasons for the discrepancy, and is it possible that it could get fixed?