-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hello monkey m4ster, I am having problems executing the project, it generates errors within the packages, I managed to change the call paths such as ssdeep and so on, but now it generates an error in:
import assert from 'xxxxxxx / assert-plus / assert. js';
^^^^^^
SyntaxError: Cannot use import statement outside a module
And it does not allow me to advance from, I remain pending.
import assert from '/xxxxxxxxxxxx/DomainFuzz/node_modules/assert-plus/assert.js';
^^^^^^
SyntaxError: Cannot use import statement outside a module
at Module._compile (internal/modules/cjs/loader.js:895:18)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
at Module.require (internal/modules/cjs/loader.js:852:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/home/csi/Vigilancia-Digital/DomainFuzz/lib/utils.js:3:11)
at Module._compile (internal/modules/cjs/loader.js:959:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
at Module.require (internal/modules/cjs/loader.js:852:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (/home/csi/Vigilancia-Digital/DomainFuzz/cli1.js:11:79)
at Module._compile (internal/modules/cjs/loader.js:959:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)