dimanche 11 juin 2023

Ember upgrade Why can't the module be found

I'm trying to upgrade my ember Project to be specific i want to upgrade ember-auto-import to 2.x. But This requires at least ember 4.x so i upgraded every depencency in my package.json thats related to ember itself (ember-source, ember.data etc.). So after i upgraded everything this is my package.json. But as soon i start the application i get this error.

After a little interogation i realized that even the required package is in the package.json of the dependency, it doesnt get downloaded inside the node_moduels folder of the package. So i tried to import the missing package in the package.json of the application itself but that didn't help. But what i found is that if i remove the package that throws the error an other package throws an error that looks almost the same, so u think it's not an error whith the package itself but an error with ember auto import or my config. Does anybody know this kind of error and know how to solve it?




Aucun commentaire:

Enregistrer un commentaire