Skip to content

Commit

Permalink
ref@1.1.0 is broken, make sure to install ref@1.0.2 before bonescript
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCNelson committed Aug 28, 2015
1 parent 8a5784b commit 3521136
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion target/chroot/beagleboard.org-jessie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,10 @@ install_node_pkgs () {
#echo "--------------------------------"

if [ -f /usr/bin/make ] ; then
echo "Installing bonescript"
echo "Installing: [npm install -g ref@1.0.2]"
TERM=dump npm install -g ref@1.0.2

echo "Installing: [npm install -g bonescript@0.2.5]"
TERM=dumb npm install -g bonescript@0.2.5
fi

Expand Down

0 comments on commit 3521136

Please sign in to comment.