Open Bouke opened 9 years ago
Thanks for pointing this out. I have to update ember-cli with underlying libs and then I'll see what has changed.
I've just released a new version with fixed duplication error, so you can give a try.
Doesn't seem to work for me, I don't see the duplicate declaration error though, only the error in console:
Uncaught Error: Could not find module npm:intl-format-cache
imported from app/formatters/date
I'm using version 0.0.5 on Ember CLI 0.2.5
Also getting this with 0.2.7 :(
:+1:
Manually installing dependencies and ember-browserify does the trick for me:
npm install --save-dev ember-browserify
npm install --save-dev intl-format-cache
npm install --save-dev intl-messageformat
npm install --save-dev intl-relativeformat
npm install --save-dev intl
Maybe this will give someone an idea on how to fix this properly...
When I changed
intl.js
into:...the server loads, but the following error is shown in the console: