How to install the (deprecated) scrypt package in project

Hi @hibro,

I assume it is just npm install scrypt
Though alternatively you may want to upgrade the version of node and npm that you are using.

I currently use:

$ node --version
v10.16.0
$ npm --version
6.13.2

I also use nvm (My smart contract development environment) to manage my node versions.