When attempting to build it with a fresh install of node.js, the build fails because it attempts to call "npm bin" but that command had been removed in npm 9.0.0. They say to use "npm exec" instead but I'm not sure how I'd have to modify the syntax to work with the different command.