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.

Incorrect NPM_TOKEN

See original GitHub issue

I’ve forced some runs on the workflows and fixes some issues on the workflows branch, but now I’m hitting https://github.com/pmndrs/detect-gpu/runs/2842464460?check_suite_focus=true

 npm ERR! code EOTP
npm ERR! This operation requires a one-time password from your authenticator.
npm ERR! You can provide a one-time password by passing --otp=<code> to the command you ran.
npm ERR! If you already provided a one-time password then it is likely that you either typoed
npm ERR! it, or it timed out. Please try again.

Which indicates the now NPM_TOKEN is a normal token and should be changed to a automation token

CC @TimvanScherpenzeel

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
TimvanScherpenzeelcommented, Jun 16, 2021

LGTM, only thing I was still thinking is that the CHANGELOG.md won’t stay up to date. For now I’ll add a note that released patches are benchmark updates unless stated otherwise.

1reaction
Gustedcommented, Jun 16, 2021

Thank you, seems to be working 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Invalid NPM_TOKEN attempting to release with --no-ci option
Current behavior I'm attempting to release a package locally using the --no-ci option, but every time I try to run it with --dry-run...
Read more >
NPM - Failed to replace env in config: ${NPM_TOKEN}
Running npm install in an IDE (like WebStorm) was my problem. I added the NPM_TOKEN environment variable to .bash_profile and restarted my ...
Read more >
npm-token
Description. This lets you list, create and revoke authentication tokens. npm token list : Shows a table of all active authentication tokens.
Read more >
Configure and use npm with CodeArtifact - AWS Documentation
In a command line, fetch a CodeArtifact authorization token and store it in an environment variable. npm will use this token to authenticate...
Read more >
Usage of NPM_TOKEN / .npmrc - Visual Studio Feedback
I tried setting an environment variable (NPM_TOKEN) for VSTS on the variables tab / Process variables but it looks like the build process...
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