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 getting the following breakage on upgrading to Ember 2.12, and it seems to be coming from something within this package.
Cannot find module '/Users/brandonmckay/Foodee/StarFox/bower_components/ember/ember-template-compiler.js'
Error: Cannot find module '/Users/brandonmckay/Foodee/StarFox/bower_components/ember/ember-template-compiler.js'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Class.htmlbarsOptions (/Users/brandonmckay/Foodee/StarFox/node_modules/ember-highlight-code/node_modules/ember-cli-htmlbars/ember-addon-main.js:78:25)
at Object.toTree (/Users/brandonmckay/Foodee/StarFox/node_modules/ember-highlight-code/node_modules/ember-cli-htmlbars/ember-addon-main.js:31:36)
at /Users/brandonmckay/Foodee/StarFox/node_modules/ember-cli-preprocess-registry/preprocessors.js:180:26
at Array.forEach (native)
at processPlugins (/Users/brandonmckay/Foodee/StarFox/node_modules/ember-cli-preprocess-registry/preprocessors.js:178:11)
at module.exports.preprocessTemplates (/Users/brandonmckay/Foodee/StarFox/node_modules/ember-cli-preprocess-registry/preprocessors.js:161:10)
The text was updated successfully, but these errors were encountered:
I'm getting the following breakage on upgrading to Ember 2.12, and it seems to be coming from something within this package.
The text was updated successfully, but these errors were encountered: