NodeBB v0.3.2 Released
-
Awesome progress guys!
-
Thanks for the support you guys
-
got a annoying error...
got the last version.. and i get this error trying to install
npm ERR! System Linux 3.11.0-12-generic
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "nodebb-plugin-markdown" "nodebb-plugin-mentions" "nodebb-plugin-sso-facebook" "nodebb-plugin-sso-google" "nodebb-plugin-sso-twitter" "nodebb-theme-agiletesters" "nodebb-theme-cerulean" "nodebb-theme-lavender" "nodebb-theme-vanilla" "nodebb-widget-essentials"
npm ERR! cwd /home/forum/nodebb
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code E404when i try to start:
error: [app] Encountered Uncaught Exception: meta is not defined
ReferenceError: meta is not defined
at Object.Google.getStrategy (/home/forum/nodebb/node_modules/nodebb-plugin-sso-google/library.js:23:7)
at /home/forum/nodebb/src/plugins.js:301:32
at /home/forum/nodebb/node_modules/async/lib/async.js:249:13
at iterate (/home/forum/nodebb/node_modules/async/lib/async.js:134:13)
at Object.async.eachSeries (/home/forum/nodebb/node_modules/async/lib/async.js:150:9)
at Object.async.reduce (/home/forum/nodebb/node_modules/async/lib/async.js:248:15)
at Object.Plugins.fireHook (/home/forum/nodebb/src/plugins.js:296:12)
at EventEmitter.Auth.initialize (/home/forum/nodebb/src/routes/authentication.js:17:11)
at EventEmitter.g (events.js:180:16)
at EventEmitter.emit (events.js:117:20) -
@Leonardo-Galani try updating the sso plugins I believe @julian fixed that issue.
-
Thanks @baris but i found the issue.. my theme isnt on the npm repository...it tried to look for it.. and when it fails.. fails all the rest
-
Ah okay. So when is
nodebb-theme-agiletesters
being released?