Closed Ribesg closed 10 years ago
Edit: Was there any error besides that? I recently fixed an issue with this plugin related to the ACP, did you install the latest version? (npm install nodebb-plugin-cards
)
Well I used npm update
and nodebb upgrade
like 2 hours ago, so I expected it to be up to date. I'll try to reinstall it.
It should've updated then... Are you sure there weren't any errors other than that you couldn't open that file?
So it installed nodebb-plugin-cards@0.1.2
, and it seem to work. I have no idea what happened, but removing it and installing it again fixed it. I cannot reproduce the problem again...
Maybe it didn't update? I would have seen an error in this case... I don't know :-/
Oh well, glad it's fixed ;)
Not much else to say. In dev mode, I had a JS error on the ACP and no button was responding, nothing was moving.
Clicked on the filename:line thing in Chrome's web dev stuff, but the file couldn't be found: it was
/nodebb-plugin-cards/public/js/main.js
.npm remove nodebb-plugin-cards
fixed it.Keep up the great work!
Thanks