-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
Hey,
I cannot get passed exercise 3...
I installed you package locally and I am running it through ./node_modules/.bin/levelmeup
This has worked for other workshoppers like stream-adveenture, javascripting, learnyounode, how-to-npm,...
The first 2 exercises work fine, but for exercise 3 I get this error:
Could not run: Error: ENOENT: no such file or directory, lstat '/media/Data/GoogleDrive/Programs/JS/Tutorials/levelmeup/node_modules/levelmeup/node_modules/level/'
at Object.fs.lstatSync (fs.js:961:11)
at feed (/media/Data/GoogleDrive/Programs/JS/Tutorials/levelmeup/node_modules/echomunge/dir2gibberish.js:8:17)
at random (/media/Data/GoogleDrive/Programs/JS/Tutorials/levelmeup/node_modules/echomunge/dir2gibberish.js:33:5)
at Object.init (/media/Data/GoogleDrive/Programs/JS/Tutorials/levelmeup/node_modules/levelmeup/exercises/basics_get/exercise.js:11:16)
at Object.run (/media/Data/GoogleDrive/Programs/JS/Tutorials/levelmeup/node_modules/levelmeup/lib/exercise.js:89:21)
at WA.executeExercise (/media/Data/GoogleDrive/Programs/JS/Tutorials/levelmeup/node_modules/workshopper-adventure/index.js:425:16)
at WA.process (/media/Data/GoogleDrive/Programs/JS/Tutorials/levelmeup/node_modules/workshopper-adventure/index.js:317:17)
at WA.run (/media/Data/GoogleDrive/Programs/JS/Tutorials/levelmeup/node_modules/workshopper-adventure/index.js:262:15)
at Object.exports.handler (/media/Data/GoogleDrive/Programs/JS/Tutorials/levelmeup/node_modules/workshopper-adventure/lib/commands/run.js:12:21)
at method.valid.$ (/media/Data/GoogleDrive/Programs/JS/Tutorials/levelmeup/node_modules/commandico/commandico.js:143:15)