←back to thread

272 points abdisalan | 1 comments | | HN request time: 0s | source
Show context
nasmorn ◴[] No.42177264[source]
Good old node-gyp. I have absolutely no idea what it even is but it has been giving me errors for what feels like a decade. Mostly via front end build stuff from various projects I have worked on
replies(2): >>42177393 #>>42177420 #
pavel_lishin ◴[] No.42177420[source]
Same. One day I'll find out what it is.
replies(1): >>42182030 #
1. enqk ◴[] No.42182030[source]
if you want to know, it's a fork of google gyp, which is a C/C++ project/build system generator. I.e. it's a bit similar to CMAKE, a tool to describe native code projects and what needs to be built in order to make executables and dlls.

It's a python codebase, largely abandoned by google. They used to use it for building Chrome.