@ -29,11 +29,11 @@
apt:
name: nodejs
state: present
- name: Install npm
become: true
name: npm
# - name: Install npm
# become: true
# apt:
# name: npm
# state: present
- name: install dependencies
command: npm install
args: