Did python dependency require to install [email protected]?

Question:

I tried to install gatsbycli-4.24.0 but it asks for python dependency(asks for path node-gyp) in my windows machine. previously i used gatsbycli2.7.4, for vulnerabilities problem i tried to upgrade to 4.24.0.

Error: Could not find any Python installation to use
gyp ERR! stack     at PythonFinder.fail (C:Program Filesnodejsnode_modulesnpmnode_modulesnode-gyplibfind-python.js:307:47)
gyp ERR! stack     at PythonFinder.runChecks (C:Program Filesnodejsnode_modulesnpmnode_modulesnode-gyplibfind-python.js:136:21)

Did python installation required to install gatsbycli4.24.0? Also, please suggest the good version for gatsby to avoid major security vulnerabilities.

npm install [email protected] -g
Asked By: Mister X

||

Answers:

Did python installation required to install gatsbycli4.24.0?

Yes it is, since there are some image processing modules (Sharp for example which is pretty well-known) uses Python.

Also, please suggest the good version for gatsby to avoid major
security vulnerabilities.

Well, the obvious answer is to update to the latest stable which is the one you are pointing out, the 4.24

Answered By: Ferran Buireu
Categories: questions Tags: , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.