browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
636 stars 96 forks source link

Browserify a forked repository. #205

Open NikoEscobar opened 4 years ago

NikoEscobar commented 4 years ago

Hi, I'm having a hard time trying to figure it out a way to browserify a forked repository

I'm not totally sure what happens under the hood of wzrd.in or if this is even possible to be accomplished,

Here is an example of my package.json dependecies, I assume that if I'm able to get a forked package this way, through npm, wzrd.in should be as well, is that right?

"dependencies": {
    "three-bmfont-text": "dmarcos/three-bmfont-text#1babdf8507",
  }

if I insert "dmarcos/three-bmfont-text#1babdf8507" on the version field

The response I receive is: Cannot GET /standalone/[email protected]/three-bmfont-text

goto-bus-stop commented 3 years ago

I don't think wzrd supports git dependencies. Note that the part after # is not sent to the server in the first place.

Askhento commented 3 years ago

@NikoEscobar check the npm, it looks like fork you try to get is missing npm registry For example go to this link, you will see @stur86/three-bmfont-text fork