link node and npm to path

pull/53/head
unknown 2019-04-14 20:40:36 -04:00
parent 567ee1b35d
commit f963758a4b
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +0,0 @@
#container_commands:
# 001-enableroot:
# command: echo Defaults:root \!requiretty >> /etc/sudoers

View File

@ -0,0 +1,3 @@
container_commands:
01_node_binary:
command: "ln -sf `ls -td /opt/elasticbeanstalk/node-install/node-* | head -1`/bin/node /bin/node"

View File

@ -82,7 +82,7 @@
"main": "app.js", "main": "app.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/vagrant/roe-base.git" "url": "git://github.com/ebookfoundation/riverofebooks.git"
}, },
"author": "vagrant", "author": "vagrant",
"license": "", "license": "",