You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to remove bower from my ember project, which is supported in ember-cli v2.12. I've moved ember-mocha into my package.json, but can't import { setResolver } from 'npm:ember-mocha', because the npm package only includes the source and not the compiled assets.
The text was updated successfully, but these errors were encountered:
For later travelers, this is a non-issue because when you install [email protected] (or greater), it includes the ember-mocha and mocha dependencies for you.
I'm trying to remove bower from my ember project, which is supported in ember-cli v2.12. I've moved
ember-mocha
into my package.json, but can'timport { setResolver } from 'npm:ember-mocha'
, because the npm package only includes the source and not the compiled assets.The text was updated successfully, but these errors were encountered: