Skip to content

Commit

Permalink
Fix npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
devster committed Aug 1, 2014
1 parent 692ce13 commit ca28545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/nodejs/debian/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

- name: npm install
shell: >
curl -sS https://www.npmjs.org/install.sh | sh
curl -sS https://www.npmjs.org/install.sh | clean=no sh
creates=/usr/bin/npm
sudo: yes

0 comments on commit ca28545

Please sign in to comment.