lsof command not found in VS Code terminal
0
votes
2
answers
50758
views
I am trying to start up my application with
npm start
, however I get the following errors:
rm: cannot remove 'dist/': Device or resource busy
When I try to run an lsof
I get the error message: bash: lsof: command not found
. I noticed that there is no /usr/sbin/
inside there, but only /usr/share
and /usr/ssl/
.
I am using this Visual Studio Code bash terminal from within a Windows 10 environment.
How can I resolve this?
Asked by Daniel
(537 rep)
Oct 14, 2020, 06:13 PM
Last activity: Oct 16, 2021, 09:00 AM
Last activity: Oct 16, 2021, 09:00 AM