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 am unable to upgrade some of my projects to [email protected] because it breaks importing from some NPM modules. So far I have seen this issue with the following packages:
Both of these worked fine in my Ember projects up through [email protected], but with [email protected] they error out with Error: Could not find module [MODULE] imported from [FILE]
The text was updated successfully, but these errors were encountered:
My initial attempt to make a small repro using only these addons is not generating the same errors I was seeing in my other application. I'll close this for now while I investigate what else might be causing this, and I'll reopen later if needed.
kk, thank you for reporting back! Please do let me know if you are able to track down a repro, I definitely want to make sure we aren't breaking things for folks...
I am unable to upgrade some of my projects to [email protected] because it breaks importing from some NPM modules. So far I have seen this issue with the following packages:
import faker from 'faker';
import { DateTime } from 'luxon';
Both of these worked fine in my Ember projects up through [email protected], but with [email protected] they error out with
Error: Could not find module [MODULE] imported from [FILE]
The text was updated successfully, but these errors were encountered: