akhoury / nodebb-plugin-spam-be-gone

yup
MIT License
23 stars 25 forks source link

NodeBB v0.5.0 compatibility #17

Closed julianlam closed 9 years ago

julianlam commented 9 years ago

Seems npm complains because it wants vanilla 0.0.x to be installed, whereas on the latest dev builds, we are on v0.1.x.

Perhaps update the peerDep to ">0.0.137"?

akhoury commented 9 years ago

thanks

Aure77 commented 9 years ago

According to NodeBB 0.5.0 branch, v0.0.x vanilla theme seems to used : https://github.com/NodeBB/NodeBB/blob/v0.5.x/package.json#L42 and cause that problem :

npm ERR! peerinvalid The package nodebb-theme-vanilla does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer nodebb-theme-lavender@0.0.79 wants nodebb-theme-vanilla@~0.0.111
npm ERR! peerinvalid Peer nodebb-theme-dark-rectangles@0.1.0-1 wants nodebb-theme-vanilla@~0.0.91
npm ERR! peerinvalid Peer nodebb-plugin-spam-be-gone@0.2.5 wants nodebb-theme-vanilla@>0.0.137
julianlam commented 9 years ago

Arg, sorry, 0.0.137 is the highest 0.0.x version. @akhoury can you switch that to >=0.0.137?

akhoury commented 9 years ago

done. use nodebb-plugin-spam-be-gone@0.2.51

Aure77 commented 9 years ago

Thanks...But captcha is not showing up : https://i.imgur.com/T10tVh5.png

~/NodeBB$ npm list | grep nodebb-theme-vanilla
├── nodebb-theme-vanilla@0.0.137
akhoury commented 9 years ago

are u on 0.5.0 release?

Can you share both server side and client side logs if any?

Aure77 commented 9 years ago

Sorry, It's a reCaptcha problem : http://www.google.com/recaptcha/api/challenge?k=<myPublicApiKey>&ajax=1&cachestop=0.01999292154531196&lang=fr return var RecaptchaState = {'programming_error' : 'Input error: Invalid referer'}; because I have recently changed my domain name... I have created new credentials for this domain and It's works again ! Sorry...