wzrd.in
wzrd.in copied to clipboard
Browserify a forked repository.
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
I don't think wzrd supports git dependencies. Note that the part after #
is not sent to the server in the first place.
@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