Skip to content
Snippets Groups Projects
Commit f07024be authored by Bob Mottram's avatar Bob Mottram
Browse files

Missing npm package

parent 03e7fea2
No related branches found
No related tags found
No related merge requests found
......@@ -199,8 +199,7 @@ function mesh_install_ipfs_js {
return
fi
chroot ${rootdir} apt-get -yq install nodejs
chroot ${rootdir} apt-get -yq install npm curl
chroot ${rootdir} apt-get -yq install nodejs curl
chroot ${rootdir} apt-get -yq install libpam0g-dev fuse
if [ ! -f ${rootdir}/usr/bin/nodejs ]; then
......
......@@ -1199,8 +1199,7 @@ function image_install_nodejs {
return
fi
chroot "$rootdir" apt-get -yq install nodejs
chroot "$rootdir" apt-get -yq install npm curl
chroot "$rootdir" apt-get -yq install nodejs curl
if [ ! -f $rootdir/usr/bin/nodejs ]; then
echo $'nodejs was not installed'
......
......@@ -44,8 +44,7 @@ NPM_VERSION='4.0.5'
NODEJS_INSTALLED_APPS_FILE=$HOME/.nodejs-apps
function mesh_install_nodejs {
chroot "${rootdir}" apt-get -yq install nodejs
chroot "${rootdir}" apt-get -yq install npm curl
chroot "${rootdir}" apt-get -yq install nodejs curl
if [ ! -f ${rootdir}/usr/bin/nodejs ]; then
echo $'nodejs was not installed'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment