Giter VIP home page Giter VIP logo

Comments (4)

tnoonan-salesforce avatar tnoonan-salesforce commented on August 23, 2024 4

@squibobblepants Thanks for opening the issue. We are aware of this problem and I'm actually working on a fix for this as I type this. As you surmised, the digital signature check doesn't support scopes in the npm names.

from sfdx-plugin-generate.

amphro avatar amphro commented on August 23, 2024

This should be fixed now with the latest version of the cli sfdx-cli/6.13.0.

from sfdx-plugin-generate.

squibobblepants avatar squibobblepants commented on August 23, 2024

I'm afraid this doesn't work for me on version 6.13.0

$ sfdx plugins:install @desynit/dsy-sfdx-plugins
Installing plugin @desynit/dsy-sfdx-plugins...
Installing plugin @desynit/dsy-sfdx-plugins... Checking for digital signature.
Finished digital signature check. Skipping... !
 !    The url request returned 404 - https://registry.npmjs.org/@desynit/dsy-sfdx-plugins

I think the problem is that the forward slash needs to be html encoded like so:
https://registry.npmjs.org/@desynit%2fdsy-sfdx-plugins

But If I do that in the cli like so

$ sfdx plugins:install @desynit%2fdsy-sfdx-plugins
Installing plugin @desynit%2fdsy-sfdx-plugins...
Installing plugin @desynit%2fdsy-sfdx-plugins... Checking for digital signature.
 !    The npm name is missing or invalid.

It doesn't work. Am I missing something maybe?

Version info:

$ sfdx --version
sfdx-cli/6.13.0-3bc8bd73d8 (windows-x64) node-v8.9.4

from sfdx-plugin-generate.

amphro avatar amphro commented on August 23, 2024

We actually ran into that problem on one of our local npm servers but not the other OR with registry.npmjs.org. Now when I do it against npmjs, I get the same error... @tnoonan-salesforce I think we will have to add in the encoding after all.

from sfdx-plugin-generate.

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.