Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 428 Bytes

File metadata and controls

20 lines (13 loc) · 428 Bytes

NODE_RFC_MODULE_PATH

  • Use module path 'node_modules/node-rfc' when using 'node-gyp-build'(path.resolve(__dirname, ".."))

  • If you want to specify the 'node_modules/node-rfc' path directly, set NODE_RFC_MODULE_PATH

Usage

  • .env file

    # .env
    NODE_RFC_MODULE_PATH=./node_modules/node-rfc
  • node env variable

    $ NODE_RFC_MODULE_PATH=./node_modules/node-rfc node rfc-execute.js