-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make this work properly with in-repo-addons #38
Comments
Have you tried installing |
No, I will try that. It might work, but I would prefer to use the main app's |
Installing |
@AW-UC were you able to get this working by installing the module in the root app? |
yes, installing the module in the root app works well. Only the combination of:
|
Yes I believe that is expected. Closing. |
I haven't found a solution to make the following case work:
ember-browserify
installed via main package.json of the Ember-CLI-appimport Module from "npm:module"
in a file of the in-repo-addonResult:
Cannot find module
However, the same import command works, if you do not install that Node module via the in-repo-addon's but via the app's package.json.
One would need to somehow specify the path to the in-repo-addon's Node modules, but I haven't found a way to do that.
The text was updated successfully, but these errors were encountered: