-
I'm receiving this error, any suggestions on how I can get around this?
It pops when I try to select an exercise.
```
────────────────────────────────────
MY FIRST I/O!
Exercise 3 of 13
Error: EAC…
-
I have been asked at the NodeSchool Osaka tonight about a workshop specifically for socket.io. I was shocked to find that it doesn't exist. Probably there should be one at least on that topic. Isn't t…
-
Hi,
I've written the following answer to the exercise:
```
var http = require('http');
http.get(process.argv[2], function callback (response) {
response.setEncoding('utf8');
res…
-
I don't know if this is the place to ask, but I was trying to resolve the issues with exercise 10 (#99) and when I looked into the exercise.js file for that exercise, all I see is:
```
var exercise …
-
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, jav…
-
При запуске второго шага: yo bem-stub
по видео мастер классу генерации проекта workshop получаю такой результат
node bfs-workshop.js verify
Проверяем правильность задания. Пожалуйста, подождите.
✗…
-
New Workshopper: Learnyoubatch!
-
Hi, I would like to know how workshopper module works. I checked the promise-it-won't-hurt nodeschool exercise, and it seems to me that workshopper takes the student's submission, and solution provide…
-
I made a mongoose workshop using workshopper + some modifications
https://github.com/wearefractal/mongoose-adventure
I think some of these modifications can be brought back.
1. Wrote my own call tra…
-
I'm creating a new workshopper on Workshopper 2.3.1. In creating my first exercise I came across the `solution` dir. I'm using `learnyounode` for examples so I checked what was in these directories.
…