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 just upgraded from 1.6.0 to 2.6.3 and have run into an issue when loading the app in the browser (no build errors in the console).
Notably, I was upgrading ember-basic-dropdown & ember-power-select, which prompted me to update ember-auto-import to a version >=2.
My guess is that something is expecting a node environment instead of the browser so require would be available but I cannot tell what that might be or where to begin digging based on the error message.
package.json looks like the following. Relatively old Ember (3.28)
The require that's missing here is the ember-provided one in the browser. If you're doing unusual things in your index.html that could be the issue. This code expects to be evaluating after Ember's vendor.js.
I just upgraded from 1.6.0 to 2.6.3 and have run into an issue when loading the app in the browser (no build errors in the console).
Notably, I was upgrading
ember-basic-dropdown
&ember-power-select
, which prompted me to updateember-auto-import
to a version >=2.My guess is that something is expecting a node environment instead of the browser so
require
would be available but I cannot tell what that might be or where to begin digging based on the error message.package.json
looks like the following. Relatively old Ember (3.28)Any help or guidance would be greatly appreciated!
The text was updated successfully, but these errors were encountered: