Closed
Description
I'm currently using the offline buildpack on my own cloudfoundry instance and i ran npm install
before pushing my app to have all my dependencies already in the app. But when the app staging the compilation run npm rebuild
and this command go to download nodejs source (i don't know why) from internet which is pretty annoying when you are offline :)
I know that the compile
script come from heroku but Is there a way to make it not download nodejs source?
Recreate the issue by following this instruction for example:
- Download https://github.com/cloudfoundry-community/etherpad-lite-cf/releases/download/1.4.0-cf/etherpad-lite-cf.zip (this is a nodejs app which already set for being offline)
- Extract the archive
- go to extracted archive
- push the app
- In log we can see
http get
from npm
Metadata
Metadata
Assignees
Labels
No labels