Gabriel Csapo
Gabriel Csapo
I think this functionality is necessary, you can theoretically `npm pack` and publish those to local-npm, have you tried that approach? This section might help with what you are looking...
Seems like the package is not being parsed correctly, `/@rosskevin%2freact-docgen` should be `/@rosskevin/freact-docgen@^3.0.0-beta9`
@megamindbrian can you specify your environment you are running in?
@megamindbrian would you be able to provide that information here so we can update the wiki or readme as a way to do that! 😄
@megamindbrian thank you for your insight into the problem 😄 I just started maintaining with @wmhilton and we are looking to bring the project back up to speed. I see...
@megamindbrian yeah I totally agree this is a valid scenario. I am seeing valid proxy abilities in local-npm https://github.com/local-npm/local-npm/blob/master/lib/index.js#L72 would you be able to help figure out the feature parity...
@megamindbrian thank you!
@megamindbrian did you ever get the issue resolved with the proxy abilities?
@paxinos --url is set as the entry point to local-npm ```var localBase = options.url.replace(/:5080$/, ':' + port); // port is configurable``` what you want to set is --remote which will...
@megamindbrian This is the entry on the README, not sure if this is as complete as needed.