Last 12 weeks · 0 commits
4 of 6 standards met
Hi everyone ! I am encountering an npm error 403 Forbidden when trying to install the package yoctocolors-cjs version 2.1.3 during my Docker build process: I noticed the following discrepancy: The npm registry shows version 2.1.3 as published here: https://www.npmjs.com/package/yoctocolors-cjs However, the GitHub releases page only shows up to version 2.1.2: https://github.com/sindresorhus/yoctocolors/releases/tag/v2.1.2 This version mismatch raises questions if the 2.1.3 package is fully published and accessible or if there is some access restriction causing the 403 error. Environment: Running npm install within Docker build context for Kubernetes deployment. Using official npm registry at https://registry.npmjs.org/. I don't use the package yoctocolors-cjs directly, it's a dependency of @nestjs/cli@11.0.10 Request: Could you please confirm if 2.1.3 is correctly published and accessible? If this version is unpublished or restricted, could you clarify the recommended stable version to use? Any advice on handling or workaround for this issue would be much appreciated. Thank you for your support!
Repository: sindresorhus/yoctocolors. Description: The smallest and fastest command-line coloring package on the internet Stars: 855, Forks: 36. Primary language: JavaScript. Languages: JavaScript (99.2%), TypeScript (0.8%). License: MIT. Topics: ansi, ansi-escape-codes, cli, color, command-line, console, javascript, nodejs, terminal. Latest release: v2.1.2 (6mo ago). Open PRs: 0, open issues: 0. Last activity: 6mo ago. Community health: 85%. Top contributors: sindresorhus, ehmicky, alexeyten, prantlf, hyperz111, jonahsnider, Richienb, silverwind.
JavaScript