I want to publish my package to npm. the error I get is: Package name too similar to existing packages
403 Forbidden - PUT https://registry.npmjs.org/mypack.... - Package name too similar to existing packages; try renaming your package to '@user../mypackage...' and publishing with 'npm publish --access=public' instead
but when I try to install:
npm I mypackage...
I get the error not found:
npm ERR! 404 Not Found - GET https://registry.npmjs.org/mypackage... - Not found
Is there a way to check if the name is good for npm and not just guess? because I can't delete the package after I publish..