sites
sites copied to clipboard
[REPL] REPL does not download packages from github
If package.json conains something like
"dependencies": {
"some-lib": "github-user/some-lib#1.0.0"
}
REPL says Cannot find package some-lib@latest
Is there a CORS-enabled, very heavily cached CDN for GitHub like unpkg is for npm? I doubt this would be feasible otherwise.
How about jsdelivr? Does it have CORS?