Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Last active May 12, 2023 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamemomonga/7f2117f148571bda1f6fd50973c7050a to your computer and use it in GitHub Desktop.
Save mamemomonga/7f2117f148571bda1f6fd50973c7050a to your computer and use it in GitHub Desktop.
nodenvでnode14とyarnを入れる方法

nodenvでnode14とyarnを入れる方法

公式マニュアルにあるcorepackを使う方法だと上手くいかないので注意

	$ nodenv install 14.21.3
	$ nodenv local 14.21.3
	$ npm i -g yarn
	$ yarn -v
	1.22.19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment