Open samselikoff opened 9 years ago
I've run into the same issue.
Broccoli has released a lot of changes since ic-tabs started using it.
The following changes to package.json solve this problem, however, ic-tabs will not build with the new template compiler.
//package.json
"broccoli": "^0.13.3",
"broccoli-cli": "0.0.1",
"broccoli-dist-es6-module": "^0.2.1",
"broccoli-ember-hbs-template-compiler": "^1.7.0",
"qunitjs": "~1.14.0"
I wanted to open up a PR to bump ic-styled to 0.2.0.
I tried cloning the repo + running
npm install
, and got this error:Any tips on how to get this working so I can help out w/development?