What? UnhandledPromiseRejectionWarning
-
@baris said in What? UnhandledPromiseRejectionWarning:
npm ls lru-cache
npm ls lru-cache
[email protected] /opt/nodebb
├── [email protected]
├─┬ [email protected]
│ ├─┬ @commitlint/[email protected]
│ │ └─┬ @commitlint/[email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ └── [email protected]
└─┬ [email protected]
└── [email protected] -
@NodeHam Yeah the error during
./nodebb upgrade
is expected, and I don't know how to condition around it. You have to run./nodebb upgrade
twice due to thelru-cache
incompatibility.Just run
./nodebb upgrade
again. You should seeNodeBB Upgrade Complete
centred in green at the bottom when the upgrade completes properly. -
I did as you suggested.
First I upgraded to the latest then I ran the upgrade a couple of times.These were some warnings.
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: d9d9f5deccb1ee634fc7e944aa75df78.js (491 KiB) nodebb.min.js (354 KiB) admin.min.js (393 KiB) 1083.54c1863fb2105af42e86.min.js (799 KiB) 4793.2d2618b33142254453d5.min.js (454 KiB) 8522.e860bab56ff4054cb14a.min.js (478 KiB) WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. Entrypoints: nodebb (354 KiB) nodebb.min.js admin (393 KiB) admin.min.js webpack 5.74.0 compiled with 2 warnings in 43547 ms 2022-09-19T22:13:36.525Z [4567/19606] - info: [build] Asset compilation successful. Completed in 54.785sec.
-
I have another thread going where I'm really stuck trying to rebuild the forums onto another server. I cannot find enough information to do this safely. Any chance you could look?
URGENT, Cannot install on Rocky 9
Our forums have been down for around two weeks now. It seems to be a problem with the centos 8 server so I've built a Rocky 9 server to replace it. However, ...
NodeBB Community (community.nodebb.org)