I installed a npm package from a local directory. The package installed and is present in the node_modules directory.
But when I access the package it’s showing me error:
404 not found
Can any one suggest to me how I can fix this problem?
add registry=https://yarn.npmjs.org to file ~/.npmrc.This probably could solve the problem. Also it would be better if you send a screenshot or snippet of the error.