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 have created a separate repo in StackBlitz for reproduction of this bug. Strangely now it has a new exception when running vitest on Microsoft Edge for Windows (version 132.0.2957.106), while having ERR_DLOPEN_DISABLED on Chrome for Android (version 126.0.6478.122) when building the app.
You can view and download it here. Would work in a native Node.js environment.
After removing package-lock.json and creating it again with npm i I have solved the problem.
The text was updated successfully, but these errors were encountered:
James4Ever0
changed the title
Unable to run a Vue project with Chrome
Unable to run a Vue project with Chrome and Microsoft Edge
Jan 16, 2025
I have created a separate repo in StackBlitz for reproduction of this bug. Strangely now it has a new exception when running
vitest
on Microsoft Edge for Windows (version 132.0.2957.106), while havingERR_DLOPEN_DISABLED
on Chrome for Android (version 126.0.6478.122) when building the app.You can view and download it here. Would work in a native Node.js environment.
After removing
package-lock.json
and creating it again withnpm i
I have solved the problem.The text was updated successfully, but these errors were encountered: