EmberGrep / ember-cli-eg-code-highlight

A quick and easy to use code highlighting component for Ember using highlight.js.
MIT License
9 stars 8 forks source link

Needed to install broccoli-stew #6

Open alexlafroscia opened 9 years ago

alexlafroscia commented 9 years ago

After installing ember-highlight-js, I got errors about broccoli-stew not being installed, and needed to add it to the project's dependencies. It would be nice if the package could handle that so that I could keep it out of my package.json.

rtablada commented 9 years ago

Will need to check in on this, just pulled in a large refactor from @stefanpenner and may have a stray dep.

sukima commented 9 years ago

Confirmed:

version: 0.2.0-beta.1
Cannot find module 'broccoli-stew'
Error: Cannot find module 'broccoli-stew'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/Users/suki/source/SeeClickFix/test-select-picker/node_modules/ember-highlight-js/index.js:4:12)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
SamvelRaja commented 8 years ago

@rtablada Kindly publish this change in npm with a minor version bump This making the addon unusable

paultannenbaum commented 8 years ago

@SamvelRaja and anyone else with this problem, until they update the npm package to pull down the latest from master, you can point your package.json dependency at this repo:

"dependencies": {
  "highlightjs": "EmberGrep/ember-cli-eg-code-highlight"
}