Rari-Capital / fuse-v1

Smart contracts for Fuse V1 by Rari Capital.
Other
3 stars 3 forks source link

Use strict Node.js version #44

Closed zerosnacks closed 2 years ago

zerosnacks commented 2 years ago

Supports nvm, automatically configure to correct version by running nvm use inside of the root of this repo

Should throw if you are trying to use incompatible Node.js version

zerosnacks commented 2 years ago

@sriyantra interested to hear your opinion on this. I think it is beneficial in two ways: indicates to other contributors which Node.js version we are running and we make sure we run a known setup that we can easily replicate.

sriyantra commented 2 years ago

@sriyantra interested to hear your opinion on this. I think it is beneficial in two ways: indicates to other contributors which Node.js version we are running and we make sure we run a known setup that we can easily replicate.

I like it!