|
|
|
|
|
by inglor
2903 days ago
|
|
Just to be clear, the reason I (and others) use the NPM registry is that it saves us a ton of time and helps us be more productive. There is nothing stopping me or you from putting "regular" JavaScript files in your `node_modules` and `require`ing them or running node with ESM and a loader that loads URLs (requires Node 10) and have the same semantics as deno with packages. Some problems I personally see with URLs is versioning (and versioning of dependencies) and the fact it's harder for multiple packages you're using to have the same dependency without downloading it twice. |
|
Argh, please! What a crazy asylum...