Preventing engine problems in next.js when working on teams
Node.js version setting :
When working on a team you can have multiple versions of node.js installed, so to prevent these problems we can add a .nvmrc file at the root of the project and write the node version your project to use :
18.0.0
Package ma...
mezzat.hashnode.dev1 min read