Hello, what is the best way to keep the versions of Npm, ionic, cordova, node, node modules, etc, synchronized in the computer of work and home. Beyond the version control of the project, how do I make both computers have the same development environment.
Use nvm (or nvm-windows if you are on Windows), install a new node (which includes npm) with this, then install ionic and cordova. Then keep those versions in sync and updated on both machines.
All the rest will be taken care of automatically (Cordova platforms are part of your project, all the dependencies in node_modules as well).