i want to create npm package for react component and host it on my sharedrive from where my team can install it
i have created the npm package using npm init -y then i have used npm build and then i have created npm pack to make .tgz file after this i have uploaded this file on my share drive and then install on my new app , it was installed but it is not working so please share any working method.