Thanks to visit codestin.com
Credit goes to github.com

Skip to content

akash0708/addon_node_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinggy Project

Setup

  1. Use Node.js version 16:

    nvm install 16
    nvm use 16
  2. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published