Hacker News new | ask | show | jobs
by winterrdog 273 days ago
Sure?

Does it work if I have packages that have nodejs c++ addons?

1 comments

Why wouldn’t it? The end result of a npm install or a bun install is that the node_modules folder is structured in the way it needs to be, and I think it can run node-gyp for the packages that need it.