Aller directement au contenu
  • Catégories
  • Récent
  • Mots-clés
  • Populaire
  • Web
  • Utilisateurs
  • Groupes
Habillages
  • Clair
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Sombre
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Défaut (Aucun habillage)
  • Aucun habillage
Réduire

NodeBB

  1. Accueil
  2. Announcements
  3. NodeBB (update)

NodeBB (update)

Planifié Épinglé Verrouillé Déplacé Announcements
updatenodebb
29 Messages 2 Publieurs 517 Vues 1 Abonné
  • Du plus ancien au plus récent
  • Du plus récent au plus ancien
  • Les plus votés
Répondre
  • Répondre à l'aide d'un nouveau sujet
Se connecter pour répondre
Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.
  • fariasF Hors-ligne
    fariasF Hors-ligne
    farias
    a écrit sur dernière édition par
    #7

    C’est pas une réussite :

    image.png

    1 réponse Dernière réponse
    0
    • fariasF Hors-ligne
      fariasF Hors-ligne
      farias
      a écrit sur dernière édition par
      #8

      Crash de NodeBB …

      1 réponse Dernière réponse
      0
      • fariasF Hors-ligne
        fariasF Hors-ligne
        farias
        a écrit sur dernière édition par
        #9

        Mise à jours en v4.7.0.
        Suppression de rustup :

        # rustup self uninstall
        
        
        Thanks for hacking in Rust!
        
        This will uninstall all Rust toolchains and data, and remove
        $HOME/.cargo/bin from your PATH environment variable.
        
        Continue? (y/N) y
        
        info: removing rustup home
        info: removing cargo home
        info: removing rustup binaries
        info: rustup is uninstalled
        
        
        1 réponse Dernière réponse
        0
        • fariasF Hors-ligne
          fariasF Hors-ligne
          farias
          a écrit sur dernière édition par
          #10

          Configuration de logrotate pour mongodb :

          /var/log/mongodb/*.log {
              rotate 30
              size 50M
              compress
              dateext
              missingok
              notifempty
              sharedscripts
              postrotate
                  /bin/kill -SIGUSR1 `cat /var/lib/mongodb/mongod.lock 2> /dev/null` 2> /dev/null || true
              endscript
          }
          
          
          1 réponse Dernière réponse
          0
          • fariasF Hors-ligne
            fariasF Hors-ligne
            farias
            a écrit sur dernière édition par
            #11

            Update OS.
            Update NodeBB.

            # ./nodebb upgrade
            
            Updating NodeBB...
            
            1. Updating package.json file with defaults...  OK
            
            2. Bringing base dependencies up to date...  started
            
            added 3 packages, and audited 884 packages in 16s
            
            121 packages are looking for funding
              run `npm fund` for details
            
            18 vulnerabilities (5 low, 5 moderate, 8 high)
            
            To address issues that do not require attention, run:
              npm audit fix
            
            To address all issues (including breaking changes), run:
              npm audit fix --force
            
            Run `npm audit` for details.
            npm notice
            npm notice New minor version of npm available! 11.6.4 -> 11.8.0
            npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.8.0
            npm notice To update run: npm install -g npm@11.8.0
            npm notice
            
            3. Checking installed plugins for updates...Checking installed plugins and themes for updates... [baseline-browser-mapping] The data in this module is over two months old.  To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D`
              OK
            
            A total of 2 package(s) can be upgraded:
            
              * @nodebb/nodebb-plugin-reactions (2.2.7 -> 2.2.8)
              * nodebb-plugin-feed (3.1.34 -> 3.1.37)
            
            Proceed with upgrade (y|n)? y
            
            
            1 réponse Dernière réponse
            0
            • fariasF Hors-ligne
              fariasF Hors-ligne
              farias
              a écrit sur dernière édition par
              #12

              Update OS
              Update NodeBB

              # ./nodebb upgrade
              
              Updating NodeBB...
              
              1. Updating package.json file with defaults...  OK
              
              2. Bringing base dependencies up to date...  started
              
              up to date, audited 873 packages in 14s
              
              120 packages are looking for funding
                run `npm fund` for details
              
              30 vulnerabilities (3 low, 9 moderate, 18 high)
              
              To address issues that do not require attention, run:
                npm audit fix
              
              To address all issues (including breaking changes), run:
                npm audit fix --force
              
              Run `npm audit` for details.
              npm notice
              npm notice New minor version of npm available! 11.6.4 -> 11.12.1
              npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.12.1
              npm notice To update run: npm install -g npm@11.12.1
              npm notice
              
              3. Checking installed plugins for updates...Checking installed plugins and themes for updates...   OK
              
              A total of 3 package(s) can be upgraded:
              
                * nodebb-plugin-extended-markdown (2.1.0 -> 2.1.1)
                * @nodebb/nodebb-plugin-reactions (2.2.8 -> 2.2.10)
                * nodebb-plugin-poll (3.2.6 -> 3.2.9)
              
              Proceed with upgrade (y|n)? y
              
              Upgrading packages...
              
              4. Updating NodeBB data store schema...
              Parsing upgrade scripts... 
              OK | 0 script(s) found, 165 skipped
              Schema update complete!
              
              
              5. Rebuilding assets...  started
              2026-04-17T13:10:30.597Z [4567/146983] - info: [build] Building in parallel mode
              2026-04-17T13:10:30.601Z [4567/146983] - info: [build]         plugin static dirs  build started
              2026-04-17T13:10:30.603Z [4567/146983] - info: [build]          requirejs modules  build started
              2026-04-17T13:10:30.604Z [4567/146983] - info: [build]           client js bundle  build started
              2026-04-17T13:10:30.605Z [4567/146983] - info: [build]            admin js bundle  build started
              2026-04-17T13:10:30.606Z [4567/146983] - info: [build]         client side styles  build started
              2026-04-17T13:10:30.607Z [4567/146983] - info: [build] admin control panel styles  build started
              2026-04-17T13:10:30.611Z [4567/146983] - info: [build]                  templates  build started
              2026-04-17T13:10:30.612Z [4567/146983] - info: [build]                  languages  build started
              2026-04-17T13:10:31.816Z [4567/146983] - info: [build]         plugin static dirs  build completed in 1.215sec
              2026-04-17T13:10:33.386Z [4567/146983] - info: [build]           client js bundle  build completed in 2.782sec
              2026-04-17T13:10:33.388Z [4567/146983] - info: [build]            admin js bundle  build completed in 2.783sec
              2026-04-17T13:10:38.235Z [4567/146983] - info: [build]          requirejs modules  build completed in 7.632sec
              2026-04-17T13:10:38.236Z [4567/146983] - info: [build] Bundling with Webpack.
              2026-04-17T13:10:38.402Z [4567/146983] - info: [build]                  languages  build completed in 7.79sec
              [10%] building (0/0 modules)
              2026-04-17T13:10:43.192Z [4567/146983] - info: [build] admin control panel styles  build completed in 12.585sec
              [10%] building (20/230 modules)
              333 assets
              814 modules
              
              ERROR in ./build/public/scripts-client.js 3335:5
              Module parse failed: Unexpected token (3335:5)
              You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
              | });
              | 
              > ;CC0 1.0 Universal
              | 
              | Statement of Purpose
              
              webpack 5.104.1 compiled with 1 error in 13151 ms
              2026-04-17T13:10:56.141Z [4567/146983] - info: [build] Asset compilation successful. Completed in 25.537sec.
              
              
                                                                                                            NodeBB Upgrade Complete!
              
              
              1 réponse Dernière réponse
              0
              • fariasF Hors-ligne
                fariasF Hors-ligne
                farias
                a écrit sur dernière édition par
                #13

                OS Update
                Update NodeBB

                # ./nodebb stop
                Stopping NodeBB. Goodbye!
                # git fetch
                remote: Enumerating objects: 3161, done.
                remote: Counting objects: 100% (1017/1017), done.
                remote: Compressing objects: 100% (148/148), done.
                remote: Total 3161 (delta 920), reused 873 (delta 869), pack-reused 2144 (from 4)
                Receiving objects: 100% (3161/3161), 1.65 MiB | 6.20 MiB/s, done.
                Resolving deltas: 100% (2000/2000), completed with 351 local objects.
                From https://github.com/NodeBB/NodeBB
                 * [new branch]            ap-polls                                 -> origin/ap-polls
                   facfccddc2..cf2e25f4e3  develop                                  -> origin/develop
                 * [new branch]            fix-14241                                -> origin/fix-14241
                   bd4b34a55c..957a7f0d76  master                                   -> origin/master
                 * [new branch]            post-queue-for-ap                        -> origin/post-queue-for-ap
                 + e8e54b5058...4b0eb050c3 renovate/apidevtools-swagger-parser-12.x -> origin/renovate/apidevtools-swagger-parser-12.x  (forced update)
                 + 00207ce427...6fffeec05b renovate/archiver-8.x                    -> origin/renovate/archiver-8.x  (forced update)
                 * [new branch]            renovate/commander-15.x                  -> origin/renovate/commander-15.x
                 + 2b3a451264...ef00163812 renovate/cropperjs-2.x                   -> origin/renovate/cropperjs-2.x  (forced update)
                 + 7d01e6941f...6d46cb382b renovate/husky-9.x                       -> origin/renovate/husky-9.x  (forced update)
                 + 32566f63b1...0c1bd9150e renovate/jquery-4.x                      -> origin/renovate/jquery-4.x  (forced update)
                 * [new branch]            renovate/lint-staged-17.x                -> origin/renovate/lint-staged-17.x
                 + 5453793776...50ae1bea9e renovate/yargs-18.x                      -> origin/renovate/yargs-18.x  (forced update)
                 * [new branch]            tx-helper                                -> origin/tx-helper
                   88dd96c8fb..80150a9f24  v3.x                                     -> origin/v3.x
                   d78d9e24c1..9456aae12d  v4.x                                     -> origin/v4.x
                 * [new tag]               v3.12.9                                  -> v3.12.9
                 * [new tag]               v4.11.3                                  -> v4.11.3
                 * [new tag]               v4.12.0                                  -> v4.12.0
                
                # git reset --hard  v4.12.0
                HEAD is now at 9a55dc8aa2 chore: incrementing version number - v4.12.0
                # ./nodebb upgrade
                Dependencies outdated or not yet installed. Error Code: DEP_WRONG_VERSION
                TypeError: Incorrect dependency version: lru-cache
                    at checkVersion (/home/farias/nodebb/src/cli/index.js:40:14)
                    at Object.<anonymous> (/home/farias/nodebb/src/cli/index.js:51:2)
                    at Module._compile (node:internal/modules/cjs/loader:1706:14)
                    at Object..js (node:internal/modules/cjs/loader:1839:10)
                    at Module.load (node:internal/modules/cjs/loader:1441:32)
                    at Function._load (node:internal/modules/cjs/loader:1263:12)
                    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
                    at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
                    at Module.require (node:internal/modules/cjs/loader:1463:12)
                    at require (node:internal/modules/helpers:147:16)
                Installing them now...
                
                
                > nodebb@4.12.0 postinstall
                > if [ "$NODE_ENV" != "production" ]; then npx husky install; fi
                
                
                added 22 packages, removed 35 packages, changed 47 packages, and audited 862 packages in 35s
                
                125 packages are looking for funding
                  run `npm fund` for details
                
                24 vulnerabilities (9 moderate, 15 high)
                
                To address issues that do not require attention, run:
                  npm audit fix
                
                To address all issues possible (including breaking changes), run:
                  npm audit fix --force
                
                Some issues need review, and may require choosing
                a different dependency.
                
                Run `npm audit` for details.
                npm notice
                npm notice New minor version of npm available! 11.6.4 -> 11.16.0
                npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.16.0
                npm notice To update run: npm install -g npm@11.16.0
                npm notice
                OK
                
                
                Updating NodeBB...
                
                1. Updating package.json file with defaults...  OK
                
                2. Bringing base dependencies up to date...  started
                
                > nodebb@4.12.0 postinstall
                > if [ "$NODE_ENV" != "production" ]; then npx husky install; fi
                
                
                added 1 package, and audited 863 packages in 6s
                
                125 packages are looking for funding
                  run `npm fund` for details
                
                24 vulnerabilities (9 moderate, 15 high)
                
                To address issues that do not require attention, run:
                  npm audit fix
                
                To address all issues possible (including breaking changes), run:
                  npm audit fix --force
                
                Some issues need review, and may require choosing
                a different dependency.
                
                Run `npm audit` for details.
                
                3. Checking installed plugins for updates...Checking installed plugins and themes for updates...   OK
                
                A total of 1 package(s) can be upgraded:
                
                  * nodebb-plugin-poll (4.0.7 -> 4.0.8)
                
                Proceed with upgrade (y|n)? y
                
                Upgrading packages...
                
                4. Updating NodeBB data store schema...
                Parsing upgrade scripts... 
                OK | 2 script(s) found, 175 skipped
                  → [2026/5/8] Add users:muted zset...
                    [##############] (7/7) 100%  OK (0.03 seconds)
                  → [2026/5/20] Clear ap:retry:queue entries without digest... OK (0.01 seconds)
                Schema update complete!
                
                
                5. Rebuilding assets...  started
                2026-06-01T12:43:17.265Z [4567/273854] - info: [build] Building in parallel mode
                2026-06-01T12:43:17.270Z [4567/273854] - info: [build]         plugin static dirs  build started
                2026-06-01T12:43:17.272Z [4567/273854] - info: [build]          requirejs modules  build started
                2026-06-01T12:43:17.274Z [4567/273854] - info: [build]           client js bundle  build started
                2026-06-01T12:43:17.275Z [4567/273854] - info: [build]            admin js bundle  build started
                2026-06-01T12:43:17.276Z [4567/273854] - info: [build]         client side styles  build started
                2026-06-01T12:43:17.277Z [4567/273854] - info: [build] admin control panel styles  build started
                2026-06-01T12:43:17.282Z [4567/273854] - info: [build]                  templates  build started
                2026-06-01T12:43:17.283Z [4567/273854] - info: [build]                  languages  build started
                2026-06-01T12:43:18.691Z [4567/273854] - info: [build]         plugin static dirs  build completed in 1.421sec
                2026-06-01T12:43:21.856Z [4567/273854] - info: [build]           client js bundle  build completed in 4.582sec
                2026-06-01T12:43:21.857Z [4567/273854] - info: [build]            admin js bundle  build completed in 4.582sec
                2026-06-01T12:43:27.809Z [4567/273854] - info: [build]                  languages  build completed in 10.526sec
                2026-06-01T12:43:27.811Z [4567/273854] - info: [build]          requirejs modules  build completed in 10.539sec
                2026-06-01T12:43:27.812Z [4567/273854] - info: [build] Bundling with Webpack.
                [10%] building (0/0 modules)
                2026-06-01T12:43:29.130Z [4567/273854] - info: [build]         client side styles  build completed in 11.853sec
                [10%] building (23/236 modules)
                338 assets
                538 modules
                
                ERROR in ./build/public/scripts-client.js 3446:5
                Module parse failed: Unexpected token (3446:5)
                You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
                | });
                | 
                > ;CC0 1.0 Universal
                | 
                | Statement of Purpose
                
                webpack 5.107.2 compiled with 1 error in 12493 ms
                2026-06-01T12:43:41.661Z [4567/273854] - info: [build] Asset compilation successful. Completed in 24.384sec.
                
                
                                                                                                   NodeBB Upgrade Complete!
                
                # ./nodebb start
                
                Starting NodeBB
                  "./nodebb stop" to stop the NodeBB server
                  "./nodebb log" to view server output
                  "./nodebb help" for more commands
                
                
                1 réponse Dernière réponse
                0
                • fariasF Hors-ligne
                  fariasF Hors-ligne
                  farias
                  a écrit sur dernière édition par
                  #14

                  OS Update
                  Update NodeBB

                  cd nodebb
                  ./nodebb stop
                  git fetch
                  git reset --hard  v4.13.0
                  ./nodebb upgrade
                  npm audit fix
                  npm update -g npm
                  ./nodebb start
                  
                  1 réponse Dernière réponse
                  0
                  • fariasF Hors-ligne
                    fariasF Hors-ligne
                    farias
                    a écrit sur dernière édition par
                    #15

                    Update NodeBB v4.13.1

                    1 réponse Dernière réponse
                    0
                    • Tuxedo17T Hors-ligne
                      Tuxedo17T Hors-ligne
                      Tuxedo17
                      écrit dernière édition par
                      #16

                      https://docs.nodebb.org/configuring/upgrade/ :

                      cd /path/to/nodebb
                      ./nodebb
                      stop
                      git fetch # Grab the latest code from the NodeBB repository
                      git
                      reset --hard v2.2.5 # Replace this with the version you want to upgrade to
                      ./nodebb upgrade

                      1 réponse Dernière réponse
                      0
                      • fariasF Hors-ligne
                        fariasF Hors-ligne
                        farias
                        écrit dernière édition par
                        #17

                        J’ai un problème … mais je vois pas lequel.

                        1 réponse Dernière réponse
                        0
                        • fariasF Hors-ligne
                          fariasF Hors-ligne
                          farias
                          écrit dernière édition par
                          #18

                          Nouvelle update :

                          # ./nodebb stop
                          Stopping NodeBB. Goodbye!
                          
                          # git fetch
                          remote: Enumerating objects: 266, done.
                          remote: Counting objects: 100% (51/51), done.
                          remote: Compressing objects: 100% (26/26), done.
                          remote: Total 266 (delta 27), reused 31 (delta 25), pack-reused 215 (from 2)
                          Receiving objects: 100% (266/266), 610.87 KiB | 5.31 MiB/s, done.
                          Resolving deltas: 100% (124/124), completed with 3 local objects.
                          From https://github.com/NodeBB/NodeBB
                             232738315f..0f9b8fa67f  develop                                  -> origin/develop
                             7ec8c0951f..5282092037  master                                   -> origin/master
                           + 6498b15f22...b7b8e22a21 renovate/apidevtools-swagger-parser-12.x -> origin/renovate/apidevtools-swagger-parser-12.x  (forced update)
                           + 9909b04fd3...7df2a1b5d1 renovate/husky-9.x                       -> origin/renovate/husky-9.x  (forced update)
                           * [new branch]            renovate/satori-0.x                      -> origin/renovate/satori-0.x
                             534b565148..217f6ed81c  v4.x                                     -> origin/v4.x
                           * [new tag]               v4.14.2                                  -> v4.14.2
                          
                          # git reset --hard  v4.14.2
                          HEAD is now at 9e495b3d94 chore: incrementing version number - v4.14.2
                          
                          # ./nodebb upgrade
                          
                          Updating NodeBB...
                          
                          1. Updating package.json file with defaults...  OK
                          
                          2. Bringing base dependencies up to date...  started
                          > nodebb@4.14.2 postinstall
                          > if [ "$NODE_ENV" != "production" ]; then npx husky install; fi
                          
                          
                          changed 1 package, and audited 869 packages in 9s
                          
                          137 packages are looking for funding
                            run `npm fund` for details
                          
                          4 vulnerabilities (1 moderate, 3 high)
                          
                          To address all issues (including breaking changes), run:
                            npm audit fix --force
                          
                          Run `npm audit` for details.
                          
                          3. Checking installed plugins for updates...Checking installed plugins and themes for updates...   OK
                          All packages up-to-date!
                          
                          4. Updating NodeBB data store schema...
                          Parsing upgrade scripts... 
                          OK | 0 script(s) found, 180 skipped
                          Schema update complete!
                          
                          
                          5. Rebuilding assets...  started
                          2026-07-23T18:29:07.510Z [4567/567717] - info: [build] Building in parallel mode
                          2026-07-23T18:29:07.516Z [4567/567717] - info: [build]         plugin static dirs  build started
                          2026-07-23T18:29:07.518Z [4567/567717] - info: [build]          requirejs modules  build started
                          2026-07-23T18:29:07.520Z [4567/567717] - info: [build]           client js bundle  build started
                          2026-07-23T18:29:07.521Z [4567/567717] - info: [build]            admin js bundle  build started
                          2026-07-23T18:29:07.523Z [4567/567717] - info: [build]         client side styles  build started
                          2026-07-23T18:29:07.524Z [4567/567717] - info: [build] admin control panel styles  build started
                          2026-07-23T18:29:07.528Z [4567/567717] - info: [build]                  templates  build started
                          2026-07-23T18:29:07.530Z [4567/567717] - info: [build]                  languages  build started
                          2026-07-23T18:29:08.321Z [4567/567717] - info: [build]         plugin static dirs  build completed in 0.805sec
                          2026-07-23T18:29:08.662Z [4567/567717] - info: [build]           client js bundle  build completed in 1.142sec
                          2026-07-23T18:29:08.832Z [4567/567717] - info: [build]            admin js bundle  build completed in 1.311sec
                          2026-07-23T18:29:14.111Z [4567/567717] - info: [build]          requirejs modules  build completed in 6.593sec
                          2026-07-23T18:29:14.112Z [4567/567717] - info: [build] Bundling with Webpack.
                          2026-07-23T18:29:14.437Z [4567/567717] - info: [build] admin control panel styles  build completed in 6.913sec
                          2026-07-23T18:29:14.471Z [4567/567717] - info: [build]         client side styles  build completed in 6.948sec
                          [10%] building (23/247 modules)
                          [10%] building (293/403 modules)
                          338 assets
                          541 modules
                          
                          ERROR in ./build/public/scripts-client.js 3433:5
                          Module parse failed: Unexpected token (3433:5)
                          You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
                          | });
                          | 
                          > ;CC0 1.0 Universal
                          | 
                          | Statement of Purpose
                          
                          webpack 5.108.4 compiled with 1 error in 9594 ms
                          2026-07-23T18:29:24.977Z [4567/567717] - info: [build] Asset compilation successful. Completed in 17.461sec.
                          
                          
                                                                                                                        NodeBB Upgrade Complete!
                          # ./nodebb start
                          
                          Starting NodeBB
                            "./nodebb stop" to stop the NodeBB server
                            "./nodebb log" to view server output
                            "./nodebb help" for more commands
                          
                          
                          
                          
                          1 réponse Dernière réponse
                          0
                          • fariasF Hors-ligne
                            fariasF Hors-ligne
                            farias
                            écrit dernière édition par
                            #19

                            Quand je vais sur Réaction c’est vide :

                            image.png

                            1 réponse Dernière réponse
                            0
                            • fariasF Hors-ligne
                              fariasF Hors-ligne
                              farias
                              écrit dernière édition par
                              #20

                              Mes versions :

                              # npm --version
                              11.16.0
                              # node --version
                              v24.18.0
                              

                              J’ai essayé :

                              # ./nodebb reset -t
                              2026-07-23T18:35:29.129Z [4567/568251] - info: [reset] Theme reset to nodebb-theme-harmony and default skin
                              2026-07-23T18:35:29.130Z [4567/568251] - info: [reset] Reset complete. Please run `./nodebb build` to rebuild assets.
                              

                              Avec un rebuild.

                              1 réponse Dernière réponse
                              0
                              • fariasF Hors-ligne
                                fariasF Hors-ligne
                                farias
                                écrit dernière édition par
                                #21

                                J’ai essayé :

                                # npm config set legacy-peer-deps true
                                ...
                                # npm install @nodebb/nodebb-plugin-reaction
                                ...
                                
                                

                                Pas mieux.

                                1 réponse Dernière réponse
                                0
                                • fariasF Hors-ligne
                                  fariasF Hors-ligne
                                  farias
                                  écrit dernière édition par
                                  #22

                                  Recherche des mise à jours :

                                  # npm outdated
                                  Package                           Current   Wanted   Latest  Location                                       Depended by
                                  @apidevtools/swagger-parser        10.1.0   10.1.0   12.1.0  node_modules/@apidevtools/swagger-parser       nodebb
                                  @fontsource-utils/scss              0.2.2    0.2.2    0.2.4  node_modules/@fontsource-utils/scss            nodebb
                                  @fontsource/inter                   5.2.8    5.2.8    5.3.0  node_modules/@fontsource/inter                 nodebb
                                  @fontsource/poppins                 5.2.7    5.2.7    5.3.0  node_modules/@fontsource/poppins               nodebb
                                  @fortawesome/fontawesome-free       7.3.0    7.3.0    7.3.1  node_modules/@fortawesome/fontawesome-free     nodebb
                                  @json2csv/node                      7.0.6    7.0.6    7.0.7  node_modules/@json2csv/node                    nodebb
                                  @nodebb/nodebb-plugin-user-level    1.0.2    1.0.4    3.0.0  node_modules/@nodebb/nodebb-plugin-user-level  nodebb
                                  autoprefixer                       10.5.2   10.5.2   10.5.4  node_modules/autoprefixer                      nodebb
                                  cropperjs                           1.6.2    1.6.2    2.1.1  node_modules/cropperjs                         nodebb
                                  express                            4.22.2   4.22.2    5.2.1  node_modules/express                           nodebb
                                  helmet                              8.2.0    8.2.0    8.3.0  node_modules/helmet                            nodebb
                                  husky                               8.0.3    8.0.3    9.1.7  node_modules/husky                             nodebb
                                  jquery                              3.7.1    3.7.1    4.0.0  node_modules/jquery                            nodebb
                                  lint-staged                        17.0.8   17.0.8   17.2.0  node_modules/lint-staged                       nodebb
                                  mocha                               8.1.3    8.4.0   11.7.6  node_modules/mocha                             nodebb
                                  nodebb-plugin-2factor               8.0.1    8.0.1    8.0.5  node_modules/nodebb-plugin-2factor             nodebb
                                  nodebb-plugin-composer-default     11.0.4   11.0.4   11.0.7  node_modules/nodebb-plugin-composer-default    nodebb
                                  nodebb-plugin-emoji                6.0.14   6.0.14   6.0.16  node_modules/nodebb-plugin-emoji               nodebb
                                  nodebb-plugin-imagemagick           2.1.1    2.1.1    3.0.0  node_modules/nodebb-plugin-imagemagick         nodebb
                                  nodebb-plugin-markdown             13.2.6   13.2.6   13.2.7  node_modules/nodebb-plugin-markdown            nodebb
                                  nodebb-plugin-spam-be-gone          2.3.4    2.3.4    2.3.5  node_modules/nodebb-plugin-spam-be-gone        nodebb
                                  nodebb-plugin-web-push              0.8.1    0.8.1    0.9.2  node_modules/nodebb-plugin-web-push            nodebb
                                  nodebb-theme-harmony                3.1.7    3.1.7    3.1.8  node_modules/nodebb-theme-harmony              nodebb
                                  nodebb-theme-lavender               8.0.6    8.0.6    8.1.0  node_modules/nodebb-theme-lavender             nodebb
                                  nodebb-theme-peace                  3.0.6    3.0.6    3.1.1  node_modules/nodebb-theme-peace                nodebb
                                  nodebb-theme-persona              15.0.11  15.0.11   15.1.4  node_modules/nodebb-theme-persona              nodebb
                                  nodebb-widget-essentials            8.0.4    8.0.4    8.0.5  node_modules/nodebb-widget-essentials          nodebb
                                  postcss                            8.5.16   8.5.16   8.5.22  node_modules/postcss                           nodebb
                                  postcss-clean                       1.2.0    1.2.0    1.2.2  node_modules/postcss-clean                     nodebb
                                  redis                              5.12.1   5.12.1    6.1.0  node_modules/redis                             nodebb
                                  sanitize-html                      2.17.5   2.17.5   2.17.6  node_modules/sanitize-html                     nodebb
                                  sass                              1.101.0  1.101.0  1.101.6  node_modules/sass                              nodebb
                                  satori                             0.26.0   0.26.0   0.29.0  node_modules/satori                            nodebb
                                  undici                              8.7.0    8.7.0    8.8.0  node_modules/undici                            nodebb
                                  
                                  
                                  
                                  1 réponse Dernière réponse
                                  0
                                  • fariasF Hors-ligne
                                    fariasF Hors-ligne
                                    farias
                                    écrit dernière édition par
                                    #23

                                    Nouvelle commande :

                                    # npx npm-check-updates -u
                                    Need to install the following packages:
                                    npm-check-updates@22.2.9
                                    Ok to proceed? (y) y
                                    
                                    [====================] 164/164 100%
                                    
                                     @apidevtools/swagger-parser        10.1.0  →   12.1.0
                                     @fontsource-utils/scss              0.2.2  →    0.2.4
                                     @fontsource/inter                   5.2.8  →    5.3.0
                                     @fontsource/poppins                 5.2.7  →    5.3.0
                                     @fortawesome/fontawesome-free       7.3.0  →    7.3.1
                                     @json2csv/node                      7.0.6  →    7.0.7
                                     @nodebb/nodebb-plugin-user-level   ^1.0.4  →   ^3.0.0
                                     autoprefixer                       10.5.2  →   10.5.4
                                     cropperjs                           1.6.2  →    2.1.1
                                     express                            4.22.2  →    5.2.1
                                     helmet                              8.2.0  →    8.3.0
                                     husky                               8.0.3  →    9.1.7
                                     jquery                              3.7.1  →    4.0.0
                                     lint-staged                        17.0.8  →   17.2.0
                                     mocha                              ^8.4.0  →  ^11.7.6
                                     nodebb-plugin-2factor               8.0.1  →    8.0.5
                                     nodebb-plugin-composer-default     11.0.4  →   11.0.7
                                     nodebb-plugin-emoji                6.0.14  →   6.0.16
                                     nodebb-plugin-imagemagick          ^2.1.1  →   ^3.0.0
                                     nodebb-plugin-markdown             13.2.6  →   13.2.7
                                     nodebb-plugin-spam-be-gone          2.3.4  →    2.3.5
                                     nodebb-plugin-web-push              0.8.1  →    0.9.2
                                     nodebb-theme-harmony                3.1.7  →    3.1.8
                                     nodebb-theme-lavender               8.0.6  →    8.1.0
                                     nodebb-theme-peace                  3.0.6  →    3.1.1
                                     nodebb-theme-persona              15.0.11  →   15.1.4
                                     nodebb-widget-essentials            8.0.4  →    8.0.5
                                     postcss                            8.5.16  →   8.5.22
                                     postcss-clean                       1.2.0  →    1.2.2
                                     redis                              5.12.1  →    6.1.0
                                     sanitize-html                      2.17.5  →   2.17.6
                                     sass                              1.101.0  →  1.101.6
                                     satori                             0.26.0  →   0.29.0
                                     undici                              8.7.0  →    8.8.0
                                    
                                    Run npm install to install new versions.
                                    
                                    # npm install
                                    ...
                                    # npx npm-check-updates -u
                                    Upgrading /home/farias/nodebb/package.json
                                    [====================] 164/164 100%
                                    
                                    All dependencies match the latest package versions :)
                                    
                                    
                                    1 réponse Dernière réponse
                                    0
                                    • fariasF Hors-ligne
                                      fariasF Hors-ligne
                                      farias
                                      écrit dernière édition par
                                      #24

                                      J’ai vu l’erreur :

                                      [92%] sealing (asset processing TerserPlugin)
                                      2026-07-24T09:47:43.437Z [4567/570572] - info: [build]         client side styles  build completed in 48.726sec
                                      338 assets
                                      541 modules
                                      
                                      ERROR in ./build/public/scripts-client.js 3433:5
                                      Module parse failed: Unexpected token (3433:5)
                                      You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
                                      | });
                                      | 
                                      > ;CC0 1.0 Universal
                                      | 
                                      | Statement of Purpose
                                      
                                      webpack 5.108.4 compiled with 1 error in 50842 ms
                                      2026-07-24T09:48:04.989Z [4567/570572] - info: [build] Asset compilation successful. Completed in 70.275sec.
                                      [cluster] Restarting...
                                      2026-07-24T09:48:06.260Z [4567/570572] - info: [app] Shutdown (SIGTERM/SIGINT/SIGQUIT) Initialised.
                                      Clustering enabled: Spinning up 1 process(es).
                                      
                                      2026-07-24T09:48:06.264Z [4567/570572] - info: [app] Web server closed to connections.
                                      2026-07-24T09:48:07.157Z [4567/575731] - info: Initializing NodeBB v4.14.2 https://lemmy.cyber-neurones.org
                                      2026-07-24T09:48:08.276Z [4567/570572] - info: [app] Live analytics saved.
                                      2026-07-24T09:48:08.317Z [4567/570572] - info: [app] Database connection closed.
                                      2026-07-24T09:48:08.317Z [4567/570572] - info: [app] Shutdown complete.
                                      [cluster] Child Process (570572) has exited (code: 0, signal: null)
                                      2026-07-24T09:48:17.087Z [4567/575731] - info: [socket.io] Restricting access to origin: https://lemmy.cyber-neurones.org:*
                                      video started
                                      
                                      2026-07-24T09:48:20.016Z [4567/575731] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run `./nodebb reset -p PLUGINNAME` to disable it.
                                        * nodebb-plugin-emoji-android
                                        * nodebb-plugin-imagemagick
                                      
                                      2026-07-24T09:48:20.184Z [4567/575731] - info: [plugins/web-push] VAPID keys OK.
                                      2026-07-24T09:48:20.274Z [4567/575731] - info: Regex recompiled: (?<url>https?:\/\/[^\s]+\/(?<filename>[\w_0-9\-\.]+\.(jpg|jpeg|gif|gifv|png|svg))([^\s]*)?)
                                      2026-07-24T09:48:20.276Z [4567/575731] - info: Cache initialized to size 3
                                      2026-07-24T09:48:20.367Z [4567/575731] - info: [api] Adding 3 route(s) to `api/v3/plugins`
                                      2026-07-24T09:48:20.403Z [4567/575731] - info: [router] Routes added
                                      2026-07-24T09:48:20.461Z [4567/575731] - info: 🎉 NodeBB Ready
                                      2026-07-24T09:48:20.466Z [4567/575731] - info: 🤝 Setting 'trust proxy' to true
                                      2026-07-24T09:48:20.474Z [4567/575731] - info: 📡 NodeBB is now listening on: 0.0.0.0:4567
                                      2026-07-24T09:48:20.474Z [4567/575731] - info: 🔗 Canonical URL: https://lemmy.cyber-neurones.org
                                      

                                      j’ai donc fait :

                                      # ./nodebb reset -p  nodebb-plugin-emoji-android
                                      2026-07-24T09:49:55.269Z [4567/575924] - info: [reset] Plugin `nodebb-plugin-emoji-android` disabled
                                      2026-07-24T09:49:55.270Z [4567/575924] - info: [reset] Reset complete. Please run `./nodebb build` to rebuild assets.
                                      # ./nodebb reset -p nodebb-plugin-imagemagick
                                      2026-07-24T09:50:05.732Z [4567/575964] - info: [reset] Plugin `nodebb-plugin-imagemagick` disabled
                                      2026-07-24T09:50:05.733Z [4567/575964] - info: [reset] Reset complete. Please run `./nodebb build` to rebuild assets.
                                      # ./nodebb build
                                      
                                      1 réponse Dernière réponse
                                      1
                                      • fariasF Hors-ligne
                                        fariasF Hors-ligne
                                        farias
                                        écrit dernière édition par
                                        #25

                                        Toujours des problèmes lors de la mise à jours :

                                        # git fetch
                                        remote: Enumerating objects: 970, done.
                                        remote: Counting objects: 100% (349/349), done.
                                        remote: Compressing objects: 100% (82/82), done.
                                        remote: Total 970 (delta 293), reused 282 (delta 267), pack-reused 621 (from 3)
                                        Receiving objects: 100% (970/970), 827.77 KiB | 7.46 MiB/s, done.
                                        Resolving deltas: 100% (575/575), completed with 69 local objects.
                                        From https://github.com/NodeBB/NodeBB
                                           0f9b8fa67f..e9beb46935  develop                                  -> origin/develop
                                           5282092037..065c02dddf  master                                   -> origin/master
                                         + b7b8e22a21...60fc1e1db0 renovate/apidevtools-swagger-parser-12.x -> origin/renovate/apidevtools-swagger-parser-12.x  (forced update)
                                         + 27d3b4d9ba...bc6e529bbb renovate/cropperjs-2.x                   -> origin/renovate/cropperjs-2.x  (forced update)
                                         + 7df2a1b5d1...e7b2b0b0e1 renovate/husky-9.x                       -> origin/renovate/husky-9.x  (forced update)
                                         + 8e7903e29c...f202b4e96f renovate/jquery-4.x                      -> origin/renovate/jquery-4.x  (forced update)
                                         * [new branch]            renovate/jsdom-30.x                      -> origin/renovate/jsdom-30.x
                                         + 118255d0c7...2f3350c094 renovate/redis-6.x                       -> origin/renovate/redis-6.x  (forced update)
                                         * [new branch]            renovate/webpack-5.x                     -> origin/renovate/webpack-5.x
                                           217f6ed81c..c91bec416a  v4.x                                     -> origin/v4.x
                                         * [new tag]               v4.14.3                                  -> v4.14.3
                                         * [new tag]               v4.14.4                                  -> v4.14.4
                                        
                                        # git reset --hard  v4.14.4
                                        HEAD is now at 9f9a69acd2 chore: incrementing version number - v4.14.4
                                        
                                        # ./nodebb upgrade
                                        
                                        Updating NodeBB...
                                        
                                        1. Updating package.json file with defaults...  OK
                                        
                                        2. Bringing base dependencies up to date...  started
                                        npm notice run nodebb@4.14.4 postinstall
                                        npm notice run if [ "$NODE_ENV" != "production" ]; then npx husky install; fi
                                        
                                        changed 3 packages, and audited 855 packages in 10s
                                        
                                        137 packages are looking for funding
                                          run `npm fund` for details
                                        
                                        10 vulnerabilities (1 moderate, 9 high)
                                        
                                        To address issues that do not require attention, run:
                                          npm audit fix
                                        
                                        To address all issues (including breaking changes), run:
                                          npm audit fix --force
                                        
                                        Run `npm audit` for details.
                                        npm warn install-scripts 2 packages had install scripts blocked because they are not covered by allowScripts:
                                        npm warn install-scripts   @parcel/watcher@2.6.0 (install: node-gyp rebuild)
                                        npm warn install-scripts   snyk@1.1306.1 (postinstall: node wrapper_dist/bootstrap.js exec)
                                        npm warn install-scripts
                                        npm warn install-scripts Run `npm install-scripts ls` to review, or `npm install-scripts approve <pkg>` to allow.
                                        
                                        3. Checking installed plugins for updates...Checking installed plugins and themes for updates...   OK
                                        
                                        A total of 1 package(s) can be upgraded:
                                        
                                          * @nodebb/nodebb-plugin-reactions (3.0.2 -> 3.0.3)
                                        
                                        Proceed with upgrade (y|n)? y
                                        
                                        Upgrading packages...
                                        
                                        4. Updating NodeBB data store schema...
                                        Parsing upgrade scripts... 
                                        OK | 2 script(s) found, 180 skipped
                                          → [2026/7/28] Backfill trust_proxy for upgraded installs... OK (0.00 seconds)
                                          → [2026/7/29] Backfill trust_proxy into the config file specified via --config... OK (0.00 seconds)
                                        Schema update complete!
                                        
                                        
                                        5. Rebuilding assets...  started
                                        2026-07-30T05:58:17.922Z [4567/24107] - info: [build] Building in parallel mode
                                        2026-07-30T05:58:17.927Z [4567/24107] - info: [build]         plugin static dirs  build started
                                        2026-07-30T05:58:17.929Z [4567/24107] - info: [build]          requirejs modules  build started
                                        2026-07-30T05:58:17.930Z [4567/24107] - info: [build]           client js bundle  build started
                                        2026-07-30T05:58:17.932Z [4567/24107] - info: [build]            admin js bundle  build started
                                        2026-07-30T05:58:17.933Z [4567/24107] - info: [build]         client side styles  build started
                                        2026-07-30T05:58:17.934Z [4567/24107] - info: [build] admin control panel styles  build started
                                        2026-07-30T05:58:17.938Z [4567/24107] - info: [build]                  templates  build started
                                        2026-07-30T05:58:17.939Z [4567/24107] - info: [build]                  languages  build started
                                        2026-07-30T05:58:18.515Z [4567/24107] - info: [build]         plugin static dirs  build completed in 0.587sec
                                        2026-07-30T05:58:19.980Z [4567/24107] - info: [build]           client js bundle  build completed in 2.049sec
                                        2026-07-30T05:58:19.982Z [4567/24107] - info: [build]            admin js bundle  build completed in 2.05sec
                                        2026-07-30T05:58:24.069Z [4567/24107] - info: [build]          requirejs modules  build completed in 6.141sec
                                        2026-07-30T05:58:24.070Z [4567/24107] - info: [build] Bundling with Webpack.
                                        [10%] building (0/0 modules)
                                        [10%] building (1/19 modules)
                                        [10%] building (23/247 modules)
                                        [10%] building (351/424 modules)
                                        338 assets
                                        541 modules
                                        
                                        ERROR in ./build/public/scripts-client.js 3435:5
                                        Module parse failed: Unexpected token (3435:5)
                                        You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
                                        | });
                                        | 
                                        > ;CC0 1.0 Universal
                                        | 
                                        | Statement of Purpose
                                        
                                        webpack 5.108.4 compiled with 1 error in 9148 ms
                                        2026-07-30T05:58:34.829Z [4567/24107] - info: [build] Asset compilation successful. Completed in 16.9sec.
                                        
                                        
                                                                                                                                      NodeBB Upgrade Complete!
                                        
                                        
                                        1 réponse Dernière réponse
                                        0
                                        • fariasF Hors-ligne
                                          fariasF Hors-ligne
                                          farias
                                          écrit dernière édition par
                                          #26

                                          Misère.

                                          # npm install-scripts ls
                                          2 packages have install scripts blocked because they are not covered by allowScripts:
                                            @parcel/watcher@2.6.0 (install: node-gyp rebuild)
                                            snyk@1.1306.1 (postinstall: node wrapper_dist/bootstrap.js exec)
                                          # npm install-scripts approve @parcel/watcher@2.6.0
                                          Approved @parcel/watcher:
                                            removed-stale @parcel/watcher@2.5.1
                                            added @parcel/watcher@2.6.0
                                          # npm install-scripts approve snyk@1.1306.1
                                          Approved snyk:
                                            removed-stale snyk@1.1300.2
                                            added snyk@1.1306.1
                                          
                                          
                                          1 réponse Dernière réponse
                                          0

                                          Bonjour ! Vous semblez intéressé par cette conversation, mais vous n’avez pas encore de compte.

                                          Marre de refaire défiler les mêmes messages ? Créez un compte pour retrouver votre position, recevoir des notifications des nouvelles réponses, sauvegarder vos favoris et voter pour les messages que vous appréciez.

                                          Grâce à votre participation, ce message peut devenir encore meilleur 💗

                                          S'inscrire Se connecter
                                          Répondre
                                          • Répondre à l'aide d'un nouveau sujet
                                          Se connecter pour répondre
                                          • Du plus ancien au plus récent
                                          • Du plus récent au plus ancien
                                          • Les plus votés


                                          • Se connecter

                                          • Vous n'avez pas de compte ? S'inscrire

                                          • Connectez-vous ou inscrivez-vous pour faire une recherche.
                                          Powered by NodeBB Contributors
                                          • Premier message
                                            Dernier message
                                          0
                                          • Catégories
                                          • Récent
                                          • Mots-clés
                                          • Populaire
                                          • Web
                                          • Utilisateurs
                                          • Groupes