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

Open
thehenrytsai opened this issue Sep 23, 2024 · 0 comments
Open

Remove the need to npm install with --legacy-peer-deps flag #1

thehenrytsai opened this issue Sep 23, 2024 · 0 comments
Labels
build good first issue Good for newcomers help wanted Extra attention is needed

Comments

@thehenrytsai
Copy link
Member

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.

@thehenrytsai thehenrytsai added good first issue Good for newcomers help wanted Extra attention is needed build labels Sep 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant