Closed
Description
very cool project!
I am trying to get the basic example to run, so far no luck
- pulled the repo into
project/lib
- ran npm install in
project/lib
- created sample test file
project/main.js
- attempted to run command
node lib/bin/js-fuzz main.js
- received error and stacktrace:
module.js:487
throw err;
^
Error: Cannot find module '../lib/src/Cluster'
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Module.require (module.js:513:17)
at require (internal/module.js:11:18)
at Object. (/Users/sam/projects/fuzzTest/lib/bin/js-fuzz:7:17)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
Metadata
Metadata
Assignees
Labels
No labels