Closed antonio-altr closed 1 year ago
Hi @antonio-altr - I wasn't able to reproduce this with latest dev.v2 (https://github.com/wormhole-foundation/wormhole/commit/6de97de242e57be4a0a8a0840f5a16bf4cd55bda) on the following system:
minikube start --driver=docker --kubernetes-version=v1.22.3 --cpus=$(nproc) --memory=16G --disk-size=120g --namespace=wormhole
Could you provide any additional details?
Please reopen with the information
Github issues are ONLY for reporting bugs. Before contributing new features (such as a new chain) please first read the contribution frequently asked questions.
For user support questions such as VAA not found, please use the Wormhole Official Discord. Do not give your wallet private key or mnemonic words to anyone.
Expected Behavior
I'm launching a devnet with a Solana node as described here. Without Solana everything works as expected.
Current Behavior
With Solana, I get this error:
Possible Solution
That error is for this line: https://github.com/wormhole-foundation/wormhole/blob/51eac5104c1b204b0748cae4abeddec68664ec9e/Dockerfile.client#L14
I think the base image does not have npm so it should be updated.
Steps to Reproduce
tilt up -- --solana=true
Context (Environment)
Issue observed on fresh Ubuntu 20.04 with all the devnet required tools (minikube, Docker, etc) installed.
Detailed Description
Possible Implementation