E
E
Egor2014-06-18 11:54:27
Node.js
Egor, 2014-06-18 11:54:27

Node.js How to upload a modified npm module to heroku?

Good day.
When I wrote an application on a local computer, I made some changes in one of the modules.
How to deploy this modified module on Heroku now?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
halfcupgreentea, 2014-06-22
@halfcupgreentea

Make a fork of the module and connect it via git for example. Or copy the code of the modified module from node_modules to your project, and merge the contents of its package.json with your own. IMHO, better fork.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question