Working on an existing project from a different pc
Unanswered
Rhinelander posted this in #help-forum
RhinelanderOP
I moved all my projects to a hard disk and formated my system. After the process, can I still work on those projects or I need to install the npm modules again?
N|B: I'm using vite and nextjs13
N|B: I'm using vite and nextjs13
2 Replies
Depends on if you copied over the node_modules folder
but it doesn't hurt to
npm i again