[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[pi8] Installing node-gyp in Rasperry Pi 3

node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. It bundles the gyp project used by the Chromium team and "takes away" the pain of dealing with the various differences in build platforms.

Installation

npm install -g node-gyp


References