schematic icon indicating copy to clipboard operation
schematic copied to clipboard

Schematic is not a function

Open xetrics opened this issue 7 years ago • 0 comments

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

xetrics avatar Aug 08 '18 12:08 xetrics