Skip to content

Instantly share code, notes, and snippets.

@ankur0101
Created November 29, 2023 07:35
Show Gist options
  • Save ankur0101/23b8a1fdeb6eb5186289aa55ee159941 to your computer and use it in GitHub Desktop.
Save ankur0101/23b8a1fdeb6eb5186289aa55ee159941 to your computer and use it in GitHub Desktop.
Running npm to install package inside Cloud Foundry deployed application
#!/bin/bash
./deps/0/bin/node ./deps/0/node/bin/npm $@
# Now "./npm.sh install express" will work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment