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
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
Currently when running npm install we need use the --legacy-peer-deps flag because of the dependency of a very old polyfill library vite-plugin-node-stdlib-browser which further depends on node-stdlib-browser.
The ask is to remove the need to npm install with --legacy-peer-deps flag, one logical approach is to look for an active alternative polyfill library.