question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm install @slack/client receiving a 403 error

See original GitHub issue

I am trying to install the @slack/client via NPM, but it is returning with a 403 error. As far as I can see, this is a public package so should not need authentication.

# npm install @slack/client --save
npm ERR! Linux 3.13.0-79-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "@slack/client" "--save"
npm ERR! node v5.12.0
npm ERR! npm  v3.8.6
npm ERR! code E403

npm ERR! unregistered users are not allowed to access package @slack/client : @slack/client
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/web/node/chatops.80/npm-debug.log

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
twellspringcommented, Jul 26, 2016

Just tried it again and it is working now.

0reactions
DEGoodmanWilsoncommented, Jul 25, 2016

Looks like this is still an issue for the original reporter. @twellspring could you share concrete steps to reproduce? So far, I haven’t been able to.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error 403 - Forbidden while trying npm install
It's a very common issue in npm. Actually npm is not working good with HTTPS over a proxy. Changing the registry URL from...
Read more >
slack/client
Legacy wrapper for official Slack Platform's Web API, RTM API, and Incoming Webhook libraries. Use @slack/web-api, @slack/rtm-api, ...
Read more >
Sending messages using Incoming Webhooks
You'll receive this error with a HTTP 403. too_many_attachments is thrown when an incoming webhook attempts to post a message with greater than...
Read more >
npm reason: self signed certificate in certificate chain
npm install expo -g expo init AwesomeProject npm start. But on running npm start i am getting this error. npm ERR! code SELF_SIGNED_CERT_IN_CHAIN...
Read more >
Ready to Fly Slack App - Trailhead - Salesforce
installed in workspace ... The Events API is subscription-based and allows apps to receive events that ... events that occur in the Slack...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found