workshopper / learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
Other
7.25k stars 1.84k forks source link

TypeError: __ is not a function #478

Closed aurelkurtula closed 8 years ago

aurelkurtula commented 8 years ago

I installed learnyounode. when I run it I get

/usr/local/lib/node_modules/learnyounode/node_modules/workshopper-adventure/lib/commands/menu.js:46
    title: __('title'),
           ^

TypeError: __ is not a function

I have node v6.7.0.

What might be the problem?

filipenevola commented 8 years ago

Hi, same error here.

martinheidegger commented 8 years ago

@aurelkurtula @filipenevola I am on it. Looking for the problem: Would you mind to give me your npm/node/os/learnyounode version?

aurelkurtula commented 8 years ago

@martinheidegger thanks for the quick response, here are the info

node: v6.7.0 npm: 3.10.6 learnyounode: 3.5.6

if I need to upgrade anything, let me know

aurelkurtula commented 8 years ago

I'm on a mac version 10.11.6

filipenevola commented 8 years ago

Hi @martinheidegger, versions: npm 3.10.7 node v4.0.0 learnyounode 3.5.6

martinheidegger commented 8 years ago

I just published learnyounode 3.5.7 it should fix that problem. Sorry, for the problems and THANK YOU for letting me know.

aurelkurtula commented 8 years ago

@martinheidegger Fantastic job. Thanks for the help

filipenevola commented 8 years ago

Thanks @martinheidegger