Closed ctf0 closed 3 years ago
add const path = require('path') to avoid error of ReferenceError: path is not defined
const path = require('path')
ReferenceError: path is not defined
add
const path = require('path')
to avoid error ofReferenceError: path is not defined