-
Notifications
You must be signed in to change notification settings - Fork 519
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
Errors in dep 'string-width' after updating packages #1023
Comments
I've encountered the same issue on an M2 MacBook (Sonoma 14.0). My steps to reproduce are:
But if I, like @serjo96, remove |
Removing the lock file is not a solution, but rather a temporary work-around. The error has been described by the nuxt community here : This is a Yarn only problem that either people solve by ignoring the lock file principle or replacing yarn by npm. Either way as people work around the issue i'm not sure how it will get fixed :( |
I also have the same problem |
The solution is to change the yarn version. |
I got it resolved by removing |
did not work. Might be because of limitation https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/#toc-limitations-Caveats Did anyone resolve this issue? |
At two project I found very strange problem, after update some packages bcrypt stars shoots in my project.
Idk what is problem, I was try to change node, remove and install bcrypt, but all same, if remove yarn.lock, bcrypt correct install, but after restart project I receive some error like at install.
node: 16.5 / 20.11.0 mac os Sonoma 14.2.1 (23C71) /docker with node.js
Global packages:
The text was updated successfully, but these errors were encountered: