STOP The Use Of NPM Packages #29
Quartinal
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why we shouldn't use NPM (anymore)
NPM is more of a legacy package manager than a modern package manager, and for such an app, we should not put 'stress' on any of GitHub's data centers by using NPM. Instead, we should use ESM (or ES Modules, which is also an NPM package
).
Steps To Migrate
Delete any package.json files and remove any NPM workflows
Re-add the packages in a
.ts(TypeScript) file for better editor intellisense from a JSDelivr URLUse Deno instead of Node.js (PLEASE!!!)
Beta Was this translation helpful? Give feedback.
All reactions