Tag

node-gyp

1 views collected around this technical thread.

Taobao Frontend Technology
Taobao Frontend Technology
Oct 12, 2021 · Backend Development

Fix Windows Build Tools Errors for Node.js Native Modules

Learn how to troubleshoot and permanently fix Windows Build Tools installation issues for Node.js native modules, covering PowerShell language mode, registry tweaks, environment variables, and both automatic and manual Visual Studio 2019 Build Tools setups.

Visual StudioWindows Build Toolsnode-gyp
0 likes · 8 min read
Fix Windows Build Tools Errors for Node.js Native Modules
Taobao Frontend Technology
Taobao Frontend Technology
Sep 20, 2016 · Backend Development

Mastering Node.js C++ Addons: Seamless Data Transfer Between JavaScript and C++

This article explains how to use Node.js C++ Addons and the V8 API to define, convert, and transfer JavaScript primitive and complex types to C++ and back, covering type inheritance, immutability, argument handling, and the role of NAN for version stability.

C++ AddonsData ConversionNAN
0 likes · 13 min read
Mastering Node.js C++ Addons: Seamless Data Transfer Between JavaScript and C++