But when I tried to build the vault
npm run build
I am getting issues with two packages mostly
Module not found: Error: Can't resolve 'crypto' in '/Users/xyz/Documents/airgap/airgap-coin-lib/dist/dependencies/src/pbkdf2-3.0.17'
ERROR in ../airgap-coin-lib/dist/dependencies/src/tweetnacl-1.0.1/nacl.js
Module not found: Error: Can't resolve 'crypto' in '/Users/xyz/Documents/airgap/airgap-coin-lib/dist/dependencies/src/tweetnacl-1.0.1'
ERROR in ../airgap-coin-lib/dist/dependencies/src/cipher-base-1.0.4/index.js
Module not found: Error: Can't resolve 'stream' in '/Users/xyz/Documents/airgap/airgap-coin-lib/dist/dependencies/src/cipher-base-1.0.4'
Any suggestion why this could be happening ?
Please not I took a clean pull of the develop branch of both vault and lib
Hi guys,
So to test some changes in the coin-lib, I added it in the vault's package.json, file
Then did it as
npm install
But when I tried to build the vault
npm run build
I am getting issues with two packages mostlyAny suggestion why this could be happening ?
Please not I took a clean pull of the develop branch of both vault and lib