'@moltin/sdk' is not in the npm registry.
See original GitHub issuei get this when trying to install this package, already tried a couple solutions that google mentioned but only thing working is doing "@moltin/sdk": "https://github.com/moltin/js-sdk.git"
in package.json, not ideal though.
Any thoughts?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Package is not publishing to npm (not in the npm registry)
Try npm login . In case of npm publish , sometimes misleading message is shown.
Read more >registry - npm Docs
This is used to gather better metrics on how npm is used by humans, versus build farms. The npm registry does not try...
Read more >registry-url - npm
Start using registry-url in your project by running `npm i ... scope is not in the user's .npmrc file, then registry-url will check...
Read more >npm-registry-fetch
npm -registry-fetch. npm-registry-fetch is a Node.js library that implements a fetch -like API for accessing npm registry APIs consistently.
Read more >registry-sync - npm
Start using registry-sync in your project by running `npm i ... --dryRun Print packages that would be downloaded but do not download them....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@danielpiedra I just cloned that repo and did a fresh
npm install
with no problems.What registry is your
npm
client looking at? Have you set a custom one in.npmrc
?No problem, let me know if you encounter any issues or have any questions!