You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
Trying to install dependencies using npm install, having some trouble with node-gyp using last node stable version 16.14.2
Saw that there is a file .nvmrc which says to use node 10.10.0. But truffle requires version 12.0.0 or higher.
Does anyone manage to do npm install && truffle compile after cloning this repo? If so is it possible to share which node version is required to achieve that? Thanks!
The text was updated successfully, but these errors were encountered:
Trying to install dependencies using
npm install
, having some trouble with node-gyp using last node stable version 16.14.2Saw that there is a file
.nvmrc
which says to use node 10.10.0. But truffle requires version 12.0.0 or higher.Does anyone manage to do
npm install && truffle compile
after cloning this repo? If so is it possible to share which node version is required to achieve that? Thanks!The text was updated successfully, but these errors were encountered: