Open aaronovz1 opened 5 years ago
The master branch should be compatible with node 10, I am running it now.
If you have issues with it, try deleting the node_modules folder in all the packages and redoing npm install, so you can get native modules compiled for that version of node.
rm -rf packages/*/node_modules
Installing bitcore with node 10 has errors because some of the other libraries like bitcore-node are using old incompatible dependency versions of bufferutil and utf-8-validate. Can the package-lock.json be updated?
The errors seen are: