ember-fastboot / ember-cli-head

Ember Cli Addon for Adding Content to HTML Head
MIT License
98 stars 34 forks source link

Cannot find fastboot-filter-initializers #22

Closed amk221 closed 7 years ago

amk221 commented 7 years ago
Cannot find module 'example/node_modules/fastboot-filter-initializers/node_modules/broccoli-funnel//package.json'
Error: Cannot find module 'example/node_modules/fastboot-filter-initializers/node_modules/broccoli-funnel//package.json'
    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 pkg (example/node_modules/hash-for-dep/lib/pkg.js:19:20)
    at again (example/node_modules/hash-for-dep/lib/deps-for.js:18:22)
    at example/node_modules/hash-for-dep/lib/deps-for.js:27:7
    at Array.forEach (native)
    at again (example/node_modules/hash-for-dep/lib/deps-for.js:26:55)
    at example/node_modules/hash-for-dep/lib/deps-for.js:27:7

I realise ember-cli-head was created with fastboot in mind, but I thought it would work without it?

amk221 commented 7 years ago

apologies, I seemed to have unintentionally fixed whatever was causing that.