↧
Answer by asaf am for npm global install on elastic beanstalk
I managed to install pm2 globally on elastic beanstalk with the following code snippet embedded in an .ebextensions/your_file_name.config filecontainer_commands: 01_node_symlink: command: "ln -sf `ls...
View ArticleAnswer by Sam Mikes for npm global install on elastic beanstalk
You may need to ensure that the nodejs-legacy module is installed. If pm2 is depending on the executable named node, that will fail when the system installs it globally as nodejs as some Linux systems...
View Articlenpm global install on elastic beanstalk
I am running into an issue installing pm2 globally on aws elastic beanstalk. I created the following script for installing pm2:option_settings: - option_name: NODE_ENV value:...
View Article
More Pages to Explore .....