Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 when trying to install @sendgrid/client #655

Closed
murphman300 opened this issue Jan 26, 2018 · 4 comments
Closed

404 when trying to install @sendgrid/client #655

murphman300 opened this issue Jan 26, 2018 · 4 comments
Labels
status: help wanted requesting help from the community type: question question directed at the library

Comments

@murphman300
Copy link

murphman300 commented Jan 26, 2018

Issue Summary

Been a while since i've touched based with the API client for Node. Just read up on it and noticed things changed recently for the NPM repo.

Tried to update using the specified CLI command on your github and NPM pages: npm install --save @sendgrid/client which keeps returning 404 - not found.

At a bit of a loss here, any insight on why this is happening would be much appreciated.

Steps to Reproduce

  1. Open terminal in Node project folder
  2. enter npm install --save @sendgrid/client

Technical details:

  • sendgrid-nodejs Version: n/a
  • Node.js Version:8.5.0
  • NPM Version: 5.6.0

Log (redacted for privacy):

0 info it worked if it ends with ok
1 verbose cli [ '/.nvm/versions/node/v8.5.0/bin/node',
1 verbose cli '
/.nvm/versions/node/v8.5.0/bin/npm',
1 verbose cli 'install',
1 verbose cli '--save',
1 verbose cli '@sengrid/client' ]
2 info using npm@5.3.0
3 info using node@v8.5.0
4 verbose npm-session e83d88197a9a1409
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 404 https://registry.npmjs.org/@sengrid%2fclient 587ms
8 silly fetchPackageMetaData error for @sengrid/client@latest 404 NotFound:@sengrid/client@latest
9 verbose stack Error: 404 Not Found: @sengrid/client@latest
9 verbose stack at fetch.then.res(/.nvm/versions/node/v8.5.0/lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/fetch.js:41:19)
9 verbose stack at tryCatcher(
/.nvm/versions/node/v8.5.0/lib/node_modules/npm/node_modules/bluebird/js/release/util.js:16:23)
9 verbose stack at Promise._settlePromiseFromHandler(/.nvm/versions/node/v8.5.0/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:512:31)
9 verbose stack at Promise._settlePromise(/Users/jean-louismurphy/.nvm/versions/node/v8.5.0/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:569:18)
9 verbose stack at Promise._settlePromise0(
/.nvm/versions/node/v8.5.0/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:614:10)
9 verbose stack at Promise._settlePromises(/.nvm/versions/node/v8.5.0/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:693:18)
9 verbose stack at Async._drainQueue(
/.nvm/versions/node/v8.5.0/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:133:16)
9 verbose stack at Async._drainQueues(/.nvm/versions/node/v8.5.0/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:143:10)
9 verbose stack at Immediate.Async.drainQueues(
/.nvm/versions/node/v8.5.0/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:17:14)
9 verbose stack at runCallback (timers.js:781:20)
9 verbose stack at tryOnImmediate (timers.js:743:5)
9 verbose stack at processImmediate [as _immediateCallback] (timers.js:714:5)
10 verbose cwd /IdeaProjects/spotitbackendnode
11 verbose Darwin 16.7.0
12 verbose argv "
/.nvm/versions/node/v8.5.0/bin/node" "~/.nvm/versions/node/v8.5.0/bin/npm" "install" "--save" "@sengrid/client"
13 verbose node v8.5.0
14 verbose npm v5.3.0
15 error code E404
16 error 404 Not Found: @sengrid/client@latest
17 verbose exit [ 1, true ]

@murphman300
Copy link
Author

murphman300 commented Jan 26, 2018

PS: strike-throughs on the log lines are from Github, not the logfile

@thinkingserious thinkingserious added type: question question directed at the library status: help wanted requesting help from the community labels Jan 26, 2018
@thinkingserious
Copy link
Contributor

Hello @murphman300,

I believe that this might be the package you are looking for. Here is the documentation.

I hope that helps!

With Best Regards,

Elmer

@murphman300
Copy link
Author

Hello again, apologies for the late reply.

Yes your recommendation was the proper designation in the end. Many thanks!

@thinkingserious
Copy link
Contributor

Awesome, thanks for confirming!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: help wanted requesting help from the community type: question question directed at the library
Projects
None yet
Development

No branches or pull requests

2 participants