Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rustup and standardize on yarn - Gitpod fixes #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mdp
Copy link

@mdp mdp commented Mar 15, 2022

Fixes #11

rustup toolchain install stable fails on Gitpod and then messes up the entire rustup install, remove and just install the wasm32 toolchain and it works fine.

Using yarn and npm are problematic:

  1. Currently 'yarn' is run from v16 of node, even though nvm is set to v12 - ensure yarn is installed on v12
  2. yarn is used to install some dependencies, then npm for the rest - standardize on yarn.
  3. Use yarn global to install near-cli

@mdp mdp changed the title Fix rustup and standardize on yarn Fix rustup and standardize on yarn - Gitpod fixes Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gitpod not configured correctly?
1 participant