How to give a custom url in package.json for a package
问题 I have done customization in a npm package inside node_modules folder. Now I want to deploy it on heroku . But what heroku does is It will see the package.json and install the fresh package . So someone suggested me to provide the custom url for a npm package , So that Heroku will download the npm package from this custom url not from npm. How can I achieve the same? 回答1: You should fork this package, make customization on your fork and install your version as a project dependency npm install