First, you can open a Node.js con‐sole with: $ node Then, you require the module: > var fs = require('fs'); ... Say you have some code to parse a CSV file.
確定! 回上一頁