Closed bitcoinwarrior1 closed 4 years ago
Hi @James-Sangalli!
I’m sorry that you had this issue.
We have been able to reproduce this issue by following these steps: Using nvm (node version manager) to revert to node v10.13.0
$ nvm install v10.13.0
$ nvm use v10.13.0
$ npm install --global @openzeppelin/cli
$ openzeppelin init project-name
You can use the following workaround: Update to a later version of node 10 I used node v10.21.0
@abcoathup working, thank you very much for your help!
Same happens with the lastest node 12.18.1
Cannot find module 'scrypt-shim'
Hi All,
I successfully installed openzeplin-cli via
I created a new project and ran
which creates the following error: