Consider gyp.js?
See original GitHub issueHello everyone!
We’re working on https://github.com/indutny/gyp.js , which is a port of GYP to Node.js. I think the project is reaching the point when it could be actually used as an alternative “backend” for node-gyp
.
What do you think about bundling it here under a flag to see how well it will work?
Thank you, Fedor.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:67
- Comments:20 (12 by maintainers)
Top Results From Across the Web
NPM install fails with node-gyp - Stack Overflow
But i think it has something to do with node-gyp requirements. On the website it says it needs Visual Studio installed. – Oliver...
Read more >node-gyp | Yarn - Package Manager
node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. It contains a vendored copy of the ......
Read more >Troubleshooting node-gyp Package on Windows 11 | DevKimchi
It's a common practice using node.js for front-end app development. ... I'm going to discuss how to fix the node-gyp error on Windows...
Read more >Node-gyp error on running npm install - Super User
node-gyp seems to require Python 2. First download Python 2, then set the version of Python that node uses like this:
Read more >Problems with npm install after loading project files. - Treehouse
_handle.onexit (internal/child_process.js:240:12) gyp ERR! ... I think manually updating vulnerable dependencies is the way npm audit is ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rvagg sorry, but I have feeling that we are not moving fast enough on this. Is there any way to expedite the review process? Should we invite more collaborators to this project?
It’s been quite a while again, any update on the state of things? Removing the dependency on Python is super valuable for people who are JavaScript developers, not Python developers. Especially for those of us who need (or like) to use Windows (which does not come with any version of Python, and so anyone who is told they need python will download whatever is the latest version of Python. And then node-gyp still doesn’t work. In 2017 =)