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