add ganache fixes to nodejs and yarn. update requirements.yml, add two install methods for ganache, fixes to remix

This commit is contained in:
Bryan Black 2022-10-27 21:59:13 -07:00
parent 8077c51cf7
commit 6bfbc0a68a
8 changed files with 53 additions and 9 deletions

View file

@ -0,0 +1,7 @@
- name: Install truffle
community.general.npm:
name: truffle
version: '5.5.14'
path: /usr/local/truffle
global: true
state: present