Code Monkey home page Code Monkey logo

Comments (3)

rslemos avatar rslemos commented on June 24, 2024

After npm config set loglevel silly,

$ semantic-release-cli setup
verb semantic-release Detected git url: https://github.com/rslemos/http-load.git
? What is your npm registry? https://registry.npmjs.org/
? What is your npm username? rslemos
? What is your npm password? [hidden]
npm verb login before first PUT {
npm verb login   _id: 'org.couchdb.user:rslemos',
npm verb login   name: 'rslemos',
npm verb login   password: 'XXXXX',
npm verb login   type: 'user',
npm verb login   roles: [],
npm verb login   date: '2020-10-18T16:20:03.114Z'
npm verb login }
info semantic-release Successfully created npm token. [redacted]
? What is your GitHub username? rslemos
? What is your GitHub password? [hidden]
info semantic-release Successfully created GitHub token.
? What CI are you using? Travis CI Pro
info semantic-release Could not load Travis CI config for endpoint.
ERR! semantic-release 401
verb semantic-release Writing `package.json`.
info semantic-release Done.

How can I get further info about this error?

from cli.

exbotanical avatar exbotanical commented on June 24, 2024

I experienced this exact issue last night. You'll need to run semantic-release, not semantic-release-cli setup. Grab the package and pass your tokens via the CLI options.

Note: This method won't prompt you with a CI option (it didn't for me, anyway); you'll need to:

  1. Write (or copy over) your own Travis yaml config
  2. Enable your repo on Travis
  3. Add any necessary token variables (e.g. NPM email and token) to said repo/build on Travis before you trigger a build

How do I get more information to debug this issue?

https://github.com/semantic-release/cli/blob/master/src/lib/travis.js#L84

from cli.

gr2m avatar gr2m commented on June 24, 2024

pretty user it's the same problem as described at #351

from cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.