Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Clarify which node version should be used #35

Open
foufrix opened this issue Apr 13, 2022 · 2 comments · Fixed by humanprotocol/eth-kvstore#3
Open

Clarify which node version should be used #35

foufrix opened this issue Apr 13, 2022 · 2 comments · Fixed by humanprotocol/eth-kvstore#3

Comments

@foufrix
Copy link

foufrix commented Apr 13, 2022

Trying to install dependencies using npm install, having some trouble with node-gyp using last node stable version 16.14.2

image

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!

@e271828-
Copy link
Contributor

@foufrix you can check the Dockerfile to see how the CI does it: this is based on node 10. Would be an easy upgrade, though. PRs welcome :)

@posix4e
Copy link
Contributor

posix4e commented Apr 13, 2022

Since travis is disabled I manually tested humanprotocol#3 according the dockerfile and it worked great

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants