This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Remove the need to npm install
with --legacy-peer-deps
flag
#1
Labels
Currently when running
npm install
we need use the--legacy-peer-deps
flag because of the dependency of a very old polyfill libraryvite-plugin-node-stdlib-browser
which further depends onnode-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.The text was updated successfully, but these errors were encountered: