ember-select-2 icon indicating copy to clipboard operation
ember-select-2 copied to clipboard

Trying to build with `ember build` fails

Open fullofcaffeine opened this issue 8 years ago • 0 comments

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):

~/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.

fullofcaffeine avatar Aug 18 '15 21:08 fullofcaffeine