Last active
August 29, 2015 14:03
-
-
Save allaire/77d2f2e2bf0a7c6b8092 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/oortcloud/meteorite#note | |
$ sudo -H npm install -g meteorite | |
In chef? | |
Does not work correctly (missing root privileges): | |
execute 'install_meteorite' do | |
user 'myuser' | |
group 'myuser' | |
environment ({ 'HOME' => '/root' }) | |
command 'npm install -g meteorite' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dwradcliffe Thanks for this cookbook. I used it instead of the community site one, cleaned all the junk I had manually compiled in /usr/local, and it started to work again using the
nodejs_npm
!