I accidently moved my node modules to the wrong place
www
--html
--node_modules
I wanted to move them into the html folder so I used this command
mv node_modules /html
now they have disappeared where did they go?
question from:https://stackoverflow.com/questions/65874178/cant-find-node-modules-after-mv-command