mirror of
https://github.com/frappe/bench.git
synced 2025-01-23 15:08:24 +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 -"
|
shell: "curl --silent --location https://deb.nodesource.com/setup_{{ node_version }}.x | bash -"
|
||||||
|
|
||||||
- name: Install nodejs {{ node_version }}
|
- name: Install nodejs {{ node_version }}
|
||||||
apt:
|
package:
|
||||||
pkg: nodejs
|
name: nodejs
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
|
||||||
force: yes
|
|
||||||
...
|
...
|
Loading…
x
Reference in New Issue
Block a user