The error indicates that the npm is still not configured and when installing our package, npm still searches it under the npmjs.org repo(GET https://registry.npmjs.org/@infragistics….). You can check the .npmrc file after the configuration steps by outputting it with npm list command. You can try to update the .npmrc file by redirecting the output with "TEXT" >> ~/.npmrc.
Another thing is to check whether you have a local .npmrc file per your project, which "shadows" the global one which has been updated with above steps.