Clone and install dependencies ionic 5 capacitor

I cloned an ionic project (v.5, Angular, Capacitor) from my old computer.

I saved the folder “src” and files, such as, angular.json, capacitor.config.json, package.json, package-lock.json, tsconfig.json, …

How can I install all packages and dependencies?

simply typing npm install and pressing enter

2 Likes