[Build fails] Cannot build wade because node-aead-crypto is not installed
egekorkan opened this issue · 2 comments
egekorkan commented
Proposed Solution Path
Update the @node-wot/coap-binding as soon as the problem is fixed in this package.
Workaround
Install node-aead-crypto to avoid failing dev build and build, because coap-binding seems to need it might be necessary (it isn't installed with current node version because it shouldn't be needed anymore):
npm install -f --no-save node-aead-crypto
After installing node-aead-crypto you should delete the dependency from your package.json, so it isn't added to the wade package on the next commit. Also installing a previous "node" version could solve the problem (but comes with other disadvantages)
egekorkan commented