Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 428 Bytes

env.md

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