Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. npm
    Log in to post

    • ?

      Bug: namespaced npm packages don't work correctly
      Support • proget npm bug • • Regis  

      4
      0
      Votes
      4
      Posts
      13
      Views

      ben

      Hello Julien, I've filed this as PG-1147 and a fix should be coming in the next version of ProGet.
    • ?

      Npm login issues
      Support • proget npm • • Regis  

      4
      0
      Votes
      4
      Posts
      88
      Views

      ?

      Thanks Ben that did the trick :-)
    • ?

      NPM adduser - Not Found
      Support • proget error npm • • Regis  

      4
      0
      Votes
      4
      Posts
      53
      Views

      ?

      Hello Ben, thanks for help. I can confirm that node.js v 6.11.4 with slash at the end of URL works ;)
    • ?

      Proget npm feed using HTTP/80 when configured to use HTTPS
      Support • proget npm • • Regis  

      2
      0
      Votes
      2
      Posts
      38
      Views

      atripp

      You will need to open both ports; the npm api uses both HTTP and HTTPS.
    • ?

      Anonymous publishing to an NPM feed
      Support • proget npm authentication publishing • • Regis  

      2
      0
      Votes
      2
      Posts
      18
      Views

      ?

      I don't believe the NPM protocol allows for anonymous pushes. You could certainly have your CI put it in a drop folder however, which the ProGet would pick-up.
    • ?

      NPM with proget windows authentication
      Support • buildmaster npm • • Regis  

      2
      0
      Votes
      2
      Posts
      34
      Views

      ?

      The best work-around for this is to create as secondary IIS site that points to the same root, and then configure no Windows Auth on that site. You will need to have two proget urls; one with WIA and one without. Unfortunately there is no other workaround, as NPM simply doesn'ts upport it, and IIS doesn't support having some parts of the site use WIA, and others not.
    • S

      NPM feed doesn't present highest version as latest package
      Support • proget npm feeds • • stijn.peeters.external_8202  

      3
      0
      Votes
      3
      Posts
      22
      Views

      ?

      Tagging would indeed be the solution, now it's clear how we should have been working. Thanks for the fast feedback!
    • ?

      LDAP npm install fails with 401
      Support • proget npm authentication • • Regis  

      3
      0
      Votes
      3
      Posts
      28
      Views

      ?

      Thanks, that fixed it.
    • ?

      Scoped Packages in ProGet Feed UI
      Support • proget npm • • Regis  

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • ?

      NPM download count incorrect
      Support • proget npm feeds • • Regis  

      2
      0
      Votes
      2
      Posts
      13
      Views

      ben

      Hello Robert, Thanks for the bug report! I've filed this as PG-1047. NPM feeds were showing the download count as the total for all NPM packages, not just the ones associated with that feed.
    • ?

      Cannot search connected npmjs packages from command line
      Support • proget npm • • Regis  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      The npm search command has been broken in npm for some time, as it downloads the entire package index and searches it locally. Due to the size of the index on npmjs.org, this stopped working for a lot of people due to npm OutOfMemory errors and various other issues. Because of this, they deprecated this form of searching in the npm client in favor of a new search API, but it seems that only npm 4+ actually uses the new API. Indexing all of npmjs.org also caused a lot of problems for our users due to the sheer amount of data involved, so we dropped indexing of any registry that supports the search API. Local packages are still returned in the /-/all endpoint, since this doesn't require the same server overhead, which is why you are still seeing those packages. Basically, you may want to try the new npm client, or just stick to searching on the web for now.
    • ?

      How to upload npm packages through the native API
      Support • proget npm api • • Regis  

      2
      0
      Votes
      2
      Posts
      13
      Views

      ?

      Sorry for the confusion... I think those should be listed as "internal only" methods, and not on the API page. Anyway, the Native API can only be used for metadata. So you won't be able to use it in this manner.
    • ?

      Npm bulk import not working
      Support • proget npm • • Regis  

      4
      0
      Votes
      4
      Posts
      6
      Views

      ?

      Ugh. Apparently what I meant to say was there were no changes, except for that one that causes this exact problem with npm feeds :/ Thanks for doublechecking me, looks like I needed it. (Apparently this is a very simple fix that had already been corrected by a dev for the upcoming 4.7.10, due for release today). For your reference, this is now logged as PG-1014
    • ?

      Npm publish authorization
      Support • proget buildmaster npm • • Regis  

      2
      0
      Votes
      2
      Posts
      15
      Views

      ben

      Hello Michael, NPM feeds don't currently support an API key, but you can share a single ProGet user between all of the users who need to upload to the feed to simulate the same thing. The Publish Packages task group on the NPM feed is all you need to upload a package. If you want to replace an already-uploaded package, you need the Overwrite Package task, which is available on the Administer and Manage Feed task groups by default, but you can create a new task group with just Overwrite Package on the Customize Tasks page (/administration/security/customize-tasks).
    • ?

      Unable to npm login/adduser
      Support • proget npm publishing • • Regis  

      3
      0
      Votes
      3
      Posts
      139
      Views

      ben

      There's a bug we haven't been able to figure out where the Linux version of ProGet doesn't respond to requests for URLs with colons in them.
    • ?

      Basic Authentication support for npm feed in 4.6.5
      Support • proget npm • • Regis  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      If you are using IIS, you'll need to make sure that the ProGet AppPool is set to use Integrated Pipeline mode. If hosting with the integrated web server, it should just work. You may also need to enable always-auth for npm to force basic authentication.
    • ?

      Issues connecting to NPM Feed
      Support • proget npm • • Regis  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      Please upgrade to the latest version of ProGet; 4.3.1 is outdated.
    • ?

      Npm on linux/Docker ProGet won't login
      Support • proget npm linux • • Regis  

      3
      0
      Votes
      3
      Posts
      16
      Views

      ?

      This seems to be fixed as of the Docker image containing ProGet Version 4.7.14. The Docker image hash is: b7a3d6595c21d34997b4cbe6da9187801f410f17bff8e84228711bf29396a6ab pulled on 9/6/2017
    • ?

      Support URL encoded NPM package names
      Support • proget npm packages • • Regis  

      8
      0
      Votes
      8
      Posts
      121
      Views

      ben

      Ok, I noticed that in your log, npm isn't authenticating. Is the anonymous user allowed to access the feed in ProGet?
    • ?

      Error on Install-Node.js and get started with NTVS
      Support • proget npm • • Regis  

      3
      0
      Votes
      3
      Posts
      5
      Views

      ?

      Alana, I think it maybe a UTC boom... I will try today to "fiddler" it.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 2 / 5