Hi all,
I am developing a custom widget and I need to use a react-data-grid. I have run "npm install react-data-grid" in the client folder and I am getting the warnings and error below
I suspect there is something missing in the published node cache zip (v1.15). Can someone from ESRI review please? The install process should not be trying to access an online resource as I am working offline.
Regards,
I don't think the react-data-grid package is included in the offline package, because we don't use it.
Hi all,
Has anyone installed the react-data-grid module in an offline environment. The example on Github seems to work when connected to the internet. I would have thought the module would be included in the offline package so offline developer can include in custom widgets when required.
What is the recommended way of installing 3rd party modules like react-data-grid in offline environments?