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 did some small changes and wanted to build the dist myself. I assume I need to use ember build, but I get the following error (backtrace included):
~/workspace/code/ember-select-2 (master●)$ ember build [2.2.1]
version: 1.13.6
BuildingDEPRECATION: Brocfile.js has been deprecated in favor of ember-cli-build.js. Please see the transition guide: https://github.com/ember-cli/ember-cli/blob/master/TRANSITION.md#user-content-brocfile-transition.
Building...
Cannot find module 'ember-cli/lib/broccoli/ember-addon'
Error: Cannot find module 'ember-cli/lib/broccoli/ember-addon'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/Users/fullofcaffeine/workspace/code/ember-select-2/Brocfile.js:4:18)
at Module._compile (module.js:430:26)
at Object.Module._extensions..js (module.js:448:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
How should I build ember-select-2, am I missing something?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this addon!
I did some small changes and wanted to build the dist myself. I assume I need to use
ember build
, but I get the following error (backtrace included):How should I build ember-select-2, am I missing something?
Thanks in advance.
The text was updated successfully, but these errors were encountered: