Commit 55b57920 authored by Damian Montero's avatar Damian Montero

Node_Current to 8.1.0

parent c7d6b7fd
......@@ -18,12 +18,6 @@ class Node < Package
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
#Fix Permissiongs for -g installs of node packages
#puts "************************************************************"
#puts "Now run:"
#puts "sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}"
#puts "To be able to do"
#puts "npm install -g"
#puts "without being SUDO"
system "sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}"
system "sudo chown -R chronos /usr/local/{lib/node_modules,bin,share}"
end
end
Markdown is supported
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