Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 3615053f authored by Robert Nelson's avatar Robert Nelson
Browse files

bb.org: this extra winston install doesnt seem to be needed


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent a46238d1
No related merge requests found
...@@ -289,8 +289,8 @@ install_repos () { ...@@ -289,8 +289,8 @@ install_repos () {
cd ${git_target_dir}/ cd ${git_target_dir}/
#FIXME: winston needs to be installed locally, for some reason the global one fails... #FIXME: winston needs to be installed locally, for some reason the global one fails...
TERM=dumb npm install winston --arch=armhf #TERM=dumb npm install winston --arch=armhf
cleanup_npm_cache #cleanup_npm_cache
wfile="/etc/default/cloud9" wfile="/etc/default/cloud9"
echo "NODE_PATH=/usr/local/lib/node_modules" > ${wfile} echo "NODE_PATH=/usr/local/lib/node_modules" > ${wfile}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment