schematic
schematic copied to clipboard
Schematic is not a function
Using the example snippet, I get an error.
const Schematic = require("schematic")("1.9")
var Schematic = require("schematic")("1.9")
^
TypeError: require(...) is not a function
Using node v9.8.0