mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
fix: remove npm to fix ubuntu 18 install conflicts
This commit is contained in:
parent
8b9c24559f
commit
e9205b5032
@ -6,9 +6,7 @@
|
||||
shell: "curl --silent --location https://deb.nodesource.com/setup_{{ node_version }}.x | bash -"
|
||||
|
||||
- name: Install nodejs {{ node_version }}
|
||||
apt:
|
||||
pkg: nodejs
|
||||
package:
|
||||
name: nodejs
|
||||
state: present
|
||||
update_cache: yes
|
||||
force: yes
|
||||
...
|
Loading…
Reference in New Issue
Block a user