sites icon indicating copy to clipboard operation
sites copied to clipboard

[REPL] REPL does not download packages from github

Open vadimkorr opened this issue 3 years ago • 2 comments

If package.json conains something like

  "dependencies": {
    "some-lib": "github-user/some-lib#1.0.0"
  }

REPL says Cannot find package some-lib@latest

vadimkorr avatar Jan 28 '22 08:01 vadimkorr

Is there a CORS-enabled, very heavily cached CDN for GitHub like unpkg is for npm? I doubt this would be feasible otherwise.

Conduitry avatar Jan 28 '22 11:01 Conduitry

How about jsdelivr? Does it have CORS?

longnguyen2004 avatar Apr 04 '23 17:04 longnguyen2004