Bom dia, já executei o comando "npm install -g json-server" e mesmo assim ao executar o comando "json-server --watch -p 8080 db.json" não funciona. Aparece esse erro aqui: json-server --watch -p 8080 db.json
file:///home/Documentos/estudos/Alura%20Front%20React/voll/node_modules/json-server/lib/bin.js:4 import { parseArgs } from 'node:util'; ^^^^^^^^^ SyntaxError: The requested module 'node:util' does not provide an export named 'parseArgs' at ModuleJob._instantiate (node:internal/modules/esm/module_job:128:21) at async ModuleJob.run (node:internal/modules/esm/module_job:194:5) at async Promise.all (index 0) at async ESMLoader.import (node:internal/modules/esm/loader:385:24) at async loadESM (node:internal/process/esm_loader:88:5) at async handleMainPromise (node:internal/modules/run_main:61:12)