GithubHelp home page GithubHelp logo

Comments (4)

Emeto avatar Emeto commented on May 13, 2024 1

One of the dependencies triggers a node-gyp rebuild, which does require a compatible version of Python to run. As of right now Node.js does have a dependency on gyp which is a Python library for project generation taken directly from the V8 JavaScript engine. Therefore I can only recommend to install Python on your machine if you are planning to use Node.js on the regular.

https://nodejs.org/en/docs/meta/topics/dependencies/#gyp

from soketi.

rennokki avatar rennokki commented on May 13, 2024

That's a weird thing you need Python 3.x for it to compile...

from soketi.

StrangerGithuber avatar StrangerGithuber commented on May 13, 2024

I did install the newest python and I don't get the errors but I get the first two lines:

npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

from soketi.

rennokki avatar rennokki commented on May 13, 2024

This is not an issue. There are just usual warnings that are not so important because UUID is not using random IDs for security. This is still a bug because Python 3 is not needed when installing it, so I should definitely solve this 😁

from soketi.

Related Issues (20)

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.