You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
0phoff
changed the title
Cannot get passed exercise
Cannot get passed exercise 3
May 30, 2017
node v6.12.0 and npm v5.4.2 are currently installed on my system.
I also had node v6 and npm v5 at the time of submitting this bug, but I cant be sure these were the exact same versions... Its been quite a while since I last tried this repo! 😺
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:
The text was updated successfully, but these errors were encountered: