Greetings
I have spent hours trying to install an offline Experience Builder. I followed the steps.
Point 5
npm configure get cache
Point 6/7
I copied the folder to user\Appdata\local
Point 8
npm install --offline
This throws hundreds of warnings.
Then crashes with ERR code ENOTCACHED
I am running an off-line installation, so why is it crashing trying to get:
http://registry.npmjs.org/react
Failed: cached mode is 'only-if-cached' but no cached response available.
I uninstall and reinstalled npm.
Opened a new cmd window. But still can't install /client
I would appreciate a solution to this!
Thanks
Clive