I have installed the drupal-node.js
module by running npm install
command. And then I go inside drupal-node.js
in node_modules
folder and done place another module inside it.
To run my above Node.js app, I have to go inside node_modules
folder and in drupal-node.js
and I run node app.js
.
Now, I have to deploy my above Node.js app to Heroku. But I think Heroku doesn't allow us to make changes in the node_modules/
folder.
How can I use my local update on Heroku?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…