workshopper / levelmeup

Level Me Up Scotty! An intro to Node.js databases via a set of self-guided workshops.
Other
271 stars 61 forks source link

Cannot get passed exercise 3 #116

Open 0phoff opened 7 years ago

0phoff commented 7 years ago

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)
0phoff commented 7 years ago

I also tried a global install, but now I get an error:

Timeout while running run

This is when I run it using the solution from this package, so it cannot be my code causing the issue...

martinheidegger commented 6 years ago

What NPM/Node version are you running?

0phoff commented 6 years ago

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! :smiley_cat: