Created
February 6, 2018 13:25
-
-
Save fupslot/3798a882f750c5350d0a2ec333010670 to your computer and use it in GitHub Desktop.
elastic beanstalk node command not found
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Amazon Elastic Beanstalk | |
## Grand the access to node command | |
1. sudo su | |
2. vipw | |
3. nodejs:x:496:494::/tmp:/bin/bash (":wq" to save changes) | |
4. sudo su nodejs | |
5: PATH=$PATH:`ls -td /opt/elasticbeanstalk/node-install/node-* | head -1`/bin | |
6: node -v (enjoy :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment