optimism icon indicating copy to clipboard operation
optimism copied to clipboard

Add `nvm install` in Makefile

Open AbhinavMir opened this issue 1 year ago • 1 comments

This PR updates the Makefile to automatically install the Node.js version specified in .nvmrc using nvm install, ensuring a smoother build process by reducing manual setup. Currently, make fails if exact version from .nvmrc is not found locally.

AbhinavMir avatar Feb 13 '24 06:02 AbhinavMir