No autocompletion for javascript

What happened?

no autocompletion when using javascript

What did you expect to happen?

I thought it will just work (lol.)

Steps to reproduce

Followed all steps from the documentation: https://docs.doomemacs.org/latest/modules/lang/javascript/

System information


Loading data dump...

I think it’s solved now. Uninstalled eslint installed by emacs and installed everything globally:

npm install -g typescript-language-server typescript vscode-langservers-extracted @tailwindcss/language-server

This is super frustrating.