Skip to content

Instantly share code, notes, and snippets.

@RobAWilkinson
Last active December 22, 2015 23:34
Show Gist options
  • Save RobAWilkinson/54520dc3545618b156f5 to your computer and use it in GitHub Desktop.
Save RobAWilkinson/54520dc3545618b156f5 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -xe
/opt/elasticbeanstalk/containerfiles/ebnode.py --action node-install
# Update npm
cd /opt/elasticbeanstalk/node-install/node-v4.2.3-linux-x64/bin/ && sudo ./node npm update npm -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment