привет, я все еще сталкиваюсь с проблемой, когда npm не устанавливает пакеты.
npm ERR! code ENOENT
npm ERR! syscall rename
npm ERR! path /mnt/c/Users/zhelf/downloads/test/node_modules/ansi-regex
npm ERR! dest /mnt/c/Users/zhelf/downloads/test/node_modules/.ansi-regex.DELETE
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, rename '/mnt/c/Users/zhelf/downloads/test/node_modules/ansi-regex' -> '/mnt/c/Users/zhelf/downloads/test/node_modules/.ansi-regex.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/zhelf/.npm/_logs/2020-08-05T16_06_33_155Z-debug.log
это ошибка, которую он мне продолжает давать, я запускаю windows 10 с WSL и ubuntu 20.04, я пробовал через обычный терминал и терминал в vscode. Я попытался найти в Google проблему, очистил кеш npm, и у меня возникла та же проблема, что я пытался установить express, но также пробовал другие пакеты, и я продолжаю получать ту же ошибку.