Following is a summary of the changes and reasoning,
Existing package-lock.json was generated from inside the vmware proxy, it was using internal npm registry
To make the source based running of sample dApps without vmware proxy, updated the npm registry to the public npm registry
Tested NFT Platform and ERC20 Swap dApps with the changes using Ubuntu 22.04 VM in a public cloud VM without any vmware proxy. (Exposed the dApps using a simple nginx)
Tested by performing simple transactions using Metamask in Chrome browser, such as minting a test NFT and transfer of ERC20 tokens across couple of accounts
Following is a summary of the changes and reasoning,
package-lock.json
was generated from inside the vmware proxy, it was using internal npm registryTested NFT Platform and ERC20 Swap dApps with the changes using Ubuntu 22.04 VM in a public cloud VM without any vmware proxy. (Exposed the dApps using a simple nginx)