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
Error: Path or pattern "browserify/browserify.js" did not match any files
I know, that the install command is supposed to be npm install --save-dev ember-browserify. But, I think it should work nevertheless, because installing as dependancy instead of devDependancy:
works fine in the main app
would be the correct way to define, that the addon depends on ember-browserify installed in the main app`s scope
The text was updated successfully, but these errors were encountered:
There's a build error when installed in an in-repo-addon.
Steps to reproduce:
npm install --save ember-browserify
in-repo-addon directoryember server
in app's directoryResult:
I know, that the install command is supposed to be
npm install --save-dev ember-browserify
. But, I think it should work nevertheless, because installing asdependancy
instead ofdevDependancy
:ember-browserify
installed in the main app`s scopeThe text was updated successfully, but these errors were encountered: