←back to thread

272 points abdisalan | 4 comments | | HN request time: 0.498s | source
1. 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 #
2. mkoryak ◴[] No.42177393[source]
i forgot all about node-gyp. The only memories I do have of it are the errors and thinking about gimps.
3. pavel_lishin ◴[] No.42177420[source]
Same. One day I'll find out what it is.
replies(1): >>42182030 #
4. 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.