Never had this error before, only recently started appearing on dev server boot up.
The suggested command doesn’t do anything either.
I haven’t noticed anything not working.
=> Started proxy.                             
=> Started HMR server.                        
=> Started MongoDB.                           
                                              
Unable to resolve some modules:
  "node:http" in /home/coder/project/home/dev/node_modules/node-fetch/src/index.js (os.linux.x86_64)
  "node:https" in /home/coder/project/home/dev/node_modules/node-fetch/src/index.js (os.linux.x86_64)
  "node:zlib" in /home/coder/project/home/dev/node_modules/node-fetch/src/index.js (os.linux.x86_64)
  "node:stream" in /home/coder/project/home/dev/node_modules/node-fetch/src/index.js (os.linux.x86_64)
  "node:util" in /home/coder/project/home/dev/node_modules/node-fetch/src/body.js (os.linux.x86_64)
  "node:fs" in /home/coder/project/home/dev/node_modules/fetch-blob/from.js (os.linux.x86_64)
  "node:path" in /home/coder/project/home/dev/node_modules/fetch-blob/from.js (os.linux.x86_64)
  "node:worker_threads" in /home/coder/project/home/dev/node_modules/fetch-blob/from.js (os.linux.x86_64)
  "node:url" in /home/coder/project/home/dev/node_modules/node-fetch/src/request.js (os.linux.x86_64)
                                              
If you notice problems related to these missing modules, consider running:
                                              
  meteor npm install --save node:http node:https node:zlib node:stream node:util node:fs node:path node:worker_threads node:url
                                              
=> Started your app.  
Running:
meteor npm install --save node:http node:https node:zlib node:stream node:util node:fs node:path node:worker_threads node:url
…doesn’t work…
