how can I solve the following error? I use Ubuntu 16. When I run any npm command such as \"npm run dev\" I get this error:
ERROR: npm is known not to
I just had this issue on Ubuntu 16. Use n to update to the latest version
sudo n latest
That should settle it.