Giter Site home page Giter Site logo

Failed to download Virgil Crypto Node.js Addon - which node version is supported by virgil-crypto? about virgil-crypto-javascript HOT 3 CLOSED

virgilsecurity avatar virgilsecurity commented on May 27, 2024
Failed to download Virgil Crypto Node.js Addon - which node version is supported by virgil-crypto?

from virgil-crypto-javascript.

Comments (3)

atereshkov avatar atereshkov commented on May 27, 2024 1

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.

from virgil-crypto-javascript.

atereshkov avatar atereshkov commented on May 27, 2024

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:

  1. Install nvm
  2. Install node 8.x:
    nvm use 8.10.0
  3. If you get "nvm is not compatible with the npm config "prefix" option: currently set to "/Users/user/.npm-global", then run:
    nvm use --delete-prefix v8.10.0
  4. Then re-install virgil-crypto:
    npm install --save virgil-crypto

from virgil-crypto-javascript.

vadimavdeev avatar vadimavdeev commented on May 27, 2024

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.

from virgil-crypto-javascript.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.