Closed atereshkov closed 5 years ago
OK so I've tried it on my own and it seems like it's working with node 8 on Firebase CF (package.json):
"engines": {
"node": "8"
},
On my local machine I've installed nvm and used node v8.10.0:
nvm use 8.10.0
nvm use --delete-prefix v8.10.0
npm install --save virgil-crypto
The latest stable version of this library - v3.2.6 currently - supports Node.js from version 4 to 11. There is a pre-release version - v4.0.0-alpha - that is in development and supports Node.js from version 8 to potentially any newer version due to the use of WebAssembly.
Great to hear that @vadimavdeev, спасибо! :)
Btw, feel free to close this issue as I just posted some info on how to run it when you have node > latest supported version atm.
Hey. Which version of node is supported by the virgil-crypto package? And is it possible to run this package on Firebase Cloud Functions with node 8?
I saw this issue https://github.com/VirgilSecurity/virgil-crypto-javascript/issues/7 and @vadimavdeev wrote
So what about current situation?