Skip to content
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

Upgrade version of ember-auto-import to latest to fix downstream bug. #930

Closed
hoIIer opened this issue Apr 1, 2022 · 2 comments
Closed

Comments

@hoIIer
Copy link

hoIIer commented Apr 1, 2022

The latest version of ember-auto-import is 2.4.1 whereas the currently installed version is ^1.11.3.

The older version of ember-auto-import has webpack as a hard dependency and is installing an older version of webpack, which itself installs an old version of watchpack and watchpack-chokidar2@2.0.1.

That last dependency is breaking npm ci on a fresh Octane project with:

Running command npm ci
--
43 | npm ERR! `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
44 | npm ERR!
45 | npm ERR! Missing: fsevents@1.2.13 from lock file

image

Can we update to the latest ember-auto-import?

Thanks!

@rwjblue
Copy link
Member

rwjblue commented Apr 12, 2022

#913 and #921 are working on that

@hoIIer
Copy link
Author

hoIIer commented Apr 12, 2022

sweet thanks

@hoIIer hoIIer closed this as completed Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants