It does not work administrative panel
-
NodeBB: v1.4.2
I just moved in stages from version 0.9.0Not only that, I can not go, I can not get out. When I enter an address /forum/admin, I redirect the login page:
Links in the menu refer to Duplicate parent directory:
-
@sergej-saveljev check the
url
property inconfig.json
. If you're behind nginx, check those settings, as well. Make sure you've restarted nodebb. -
@PitaJ I have not changed anything. Everything should work. I rebooted a thousand times, believe me.
I can not fully update all packages at the expense of teams
./nodebb upgrade
,npm install
andnpm update
:npm WARN shrinkwrap async: '~1.5.0', npm WARN shrinkwrap autoprefixer: '^6.2.3', npm WARN shrinkwrap bcryptjs: '~2.3.0', npm WARN shrinkwrap 'body-parser': '^1.9.0', npm WARN shrinkwrap 'chart.js': '^2.4.0', npm WARN shrinkwrap colors: '^1.1.0', npm WARN shrinkwrap compression: '^1.1.0', ...
├─┬ [email protected] invalid ... ├── UNMET PEER DEPENDENCY [email protected] invalid ...
npm install
package name outputed:... npm WARN enoent ENOENT: no such file or directory, open '.../node_modules/noptify/package.json'
-
@julian @psychobunny please, help me!
-
Just a shot in the dark but... have you got a
npm-shrinkwrap.json
file in your NodeBB folder ? If it were the case, it would prevent NodeBB to upgrade properly. -
@hukadan THANKS!!!