Hi all,
I would like to use ag-grid-react from this url https://www.ag-grid.com/react-data-grid/installation/. I am working offline and was wondering what is the recommended way of installing the package offline? The description on the website seems to be for online developers.
Would be grateful if someone can point me in the right direction.
Regards,
A professional way is setting up a private npm server which allows you "npm install" in offline env, such as Verdaccio.
An easy way is copy the project to online env, run "npm install xyz", and then copy the project folder back to the offline env. ^_^