-
I am using WSL Ubunto on Windows 10. I have selected the WSL version on the Ganache pulldown menu.
If I try to deploy to ganache it now gets stuck on 'Deploying, please wait...' noobling@Johns-Desktop:~/hh-fcc/ethers-simple-storage-fcc$ node deploy.js
Deploying, please wait... I am not a very experienced with coding so I would really appreciate any advice. I have gone through all the posts relating to this and can't seem to work it out. Thanks for your help Here is an update: I found ganache in my ubuntu instance. Is there a way that I can link to this folder so that it can be found? noobling@Johns-Desktop:~$ dir
folder ganache hh-fcc node_modules package-lock.json package.json
noobling@Johns-Desktop:~$ cd hh-fcc/
noobling@Johns-Desktop:~/hh-fcc$ dir
ethers-simple-storage-fcc
noobling@Johns-Desktop:~/hh-fcc$ cd ethers-simple-storage-fcc/
noobling@Johns-Desktop:~/hh-fcc/ethers-simple-storage-fcc$ dir
SimpleStorage.sol SimpleStorage_sol_SimpleStorage.abi SimpleStorage_sol_SimpleStorage.bin cooking.js deploy.js node_modules package-lock.json package.json yarn.lock
noobling@Johns-Desktop:~/hh-fcc/ethers-simple-storage-fcc$ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In the end I used That still didn't work in the ganache program, but I ran ganache in the terminal with |
Beta Was this translation helpful? Give feedback.
In the end I used
npm install -g ganache
and this time it actually installed it, so when I checked forganache --version
it showed up.That still didn't work in the ganache program, but I ran ganache in the terminal with
ganache
and it started up a version where I could grab the private keys and find the provider number.node deploy.js
now works though it isn't attached to the ganache windows interface