Pinggy Project Setup Use Node.js version 16: nvm install 16 nvm use 16 Install dependencies: npm install Node-gyp Commands Configure the build: node-gyp configure Build the project: node-gyp build Clean the build files: node-gyp clean Rebuild the project: node-gyp rebuild