LoginSignup
1
0

More than 5 years have passed since last update.

ローカル環境では成功するビルドが Netlify ではコケる時に、Netlify の Node の Version が古いことに気付き、これもうちょっと良いやつにしたなぁ…と思った人向けの記事

Posted at

ローカル環境では成功するビルドが Netlify ではコケる時に、Netlify の Node の Version が古いことに気付き、これもうちょっと良いやつにしたなぁ…と思った人は、
次のコマンドを叩くと良いです。

$ node -v  > .nvmrc

.nvmrc が出来るので add して push して終わり

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0