Hello!
I need advice to debug deploy Netlify App
Repo: GitHub - andreacorinti/andreacorinti.com: source files for my website
Hello!
I need advice to debug deploy Netlify App
Repo: GitHub - andreacorinti/andreacorinti.com: source files for my website
Hiya!
Your deploy ran the build using node v8.17.0 which is a bit dated.
I found this in the docs (I have not tried it myself):
You can choose the Node.js version we use to build your site in two different ways:
- Set a
NODE_VERSION
environment variable.- Add a
.node-version
or.nvmrc
file to the site’s base directory in your repository. This will also tell any other developer using the repository which version of Node.js it depends on.
I tried building your code with v8.17.0 locally and it failed in the same way. I also tried it with both version 14 and 15, both which worked fine!