Closed Nargonath closed 2 years ago
Judging by the version in the Dockerfile and the fact that the package-lock.json is still in version: 1, I believe the website runs on node@12 and npm@6 still. The build image used in Netlify confirms it: https://github.com/netlify/build-image/blob/xenial/included_software.md.
Dockerfile
package-lock.json
version: 1
node@12
npm@6
We should:
node@16.14.0
npm@8.5.1
.nvmrc
Ubuntu Focal 20.04
The new version of node-sass (sass) was merged in #502.
node-sass
sass
Updated the version on Netlify. Everything works properly, site is not deployed.
Judging by the version in the
Dockerfile
and the fact that thepackage-lock.json
is still inversion: 1
, I believe the website runs onnode@12
andnpm@6
still. The build image used in Netlify confirms it: https://github.com/netlify/build-image/blob/xenial/included_software.md.We should:
package-lock.json
hence to prevent conflicts.node@16.14.0
andnpm@8.5.1
..nvmrc
file at the project root that will be used for local development and Netlify.Dockerfile
.Ubuntu Focal 20.04
.