NodeBB v0.3.0 Released
-
-
I update it, and installed some plugins and i get error 502 again -.-
-
@julian said:
I update it, and installed some plugins and i get error 502 again -.-
@Pablo-Macaluso What is the error when you start NodeBB with
./nodebb dev
?info: [plugins] Loaded plugin: nodebb-plugin-42
info: [plugins] Sorting hooks to fire in priority sequence
info: [plugins] Plugins OK
info: [nodebb-plugin-42] initializing
info: NodeBB Ready/home/capitansupositorio/mynodebb/node_modules/nodebb-plugin-42/library.js:76
Plugin.config = utils.merge({}, pluginData.defaults, config);
^
TypeError: Object #<Object> has no method 'merge'
at /home/capitansupositorio/mynodebb/node_modules/nodebb-plugin-42/library.js:76:28
at /home/capitansupositorio/mynodebb/node_modules/nodebb-plugin-42/node_modules/fs-extra/node_modules/jsonfile/lib/jsonfile.js:18:5
at fs.js:266:14
at /usr/lib/nodejs/graceful-fs.js:94:5
at Object.oncomplete (fs.js:107:15) -
@julian said:
Well, that's weird. You're on
master
branch, right?git status
to find out.If not:
git checkout master && ./nodebb upgrade
# On branch master # Your branch is behind 'origin/master' by 92 commits, and can be fast-forwarded. # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # NodeBB/ # gippy/
-
@julian said:
git merge origin/master && ./nodebb upgrade
And then?, i made a
forever restart 0
Still shows 502 bad gateway
-