You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kurtosis run --enclave eth-network github.com/kurtosis-tech/eth2-package "$(cat ~/network_params.json)"
returns: There was an error interpreting Starlark code Error occurred while validating /kurtosis-data/startosis-packages/kurtosis-tech/eth2-package/kurtosis.yml Caused by: The package name in kurtosis.yml must match the location it is in. Package name is 'github.com/kurtosis-tech/ethereum-package' and kurtosis.yml is found here: 'github.com/kurtosis-tech/eth2-package'
It should be replaced by kurtosis run --enclave eth-network github.com/kurtosis-tech/ethereum-package "$(cat ~/network_params.json)"
The text was updated successfully, but these errors were encountered:
Where did you see the issue in our documentation?
https://docs.kurtosis.com/quickstart/#spin-up-your-system
Issue description
kurtosis run --enclave eth-network github.com/kurtosis-tech/eth2-package "$(cat ~/network_params.json)"
returns:
There was an error interpreting Starlark code Error occurred while validating /kurtosis-data/startosis-packages/kurtosis-tech/eth2-package/kurtosis.yml Caused by: The package name in kurtosis.yml must match the location it is in. Package name is 'github.com/kurtosis-tech/ethereum-package' and kurtosis.yml is found here: 'github.com/kurtosis-tech/eth2-package'
It should be replaced by
kurtosis run --enclave eth-network github.com/kurtosis-tech/ethereum-package "$(cat ~/network_params.json)"
The text was updated successfully, but these errors were encountered: