我在将我的新版本发布到npm时遇到了问题。我看到了这个问题:I published one package on npm, but it's not showing in the search list when i am going to search,这就是我如何检查的地方,就像下面我做的那样,但我的看起来有点扩展。下面是我正在开发的包:@code-collabo/node-mongo-cli npm问题 我已经发布了v1.0.1,其中包含对今天2021年10月2日(大约12小时前)或更长时间的Windows操作系统上的错误的修复。在命令行中它说它已经发布了,但是新版本没有出现在
我正在试图上传一个包在GPR (Github包注册表)。我成功地登录:
npm login --registry=https://npm.pkg.github.com
然后运行以下命令:
npm set registry https://npm.pkg.github.com/
npm publish
返回此错误:
npm ERR! 404 Not Found - PUT https://npm.pkg.github.com/package-name
npm ERR! 404
npm ERR! 404 'package-name@version' is not in the
我正试图向全国预防机制公开发布一个新的软件包。
我有以下工作流程:
# This workflow will run tests using node and then publish a package to GitHub
Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Node.js Package
on:
rel
我正在尝试将一个包从Travis CI发布到github包注册表。一切似乎都很正常(构建和测试都成功了),但当它试图发布时,我得到了一个401错误。我已经在travis配置中添加了我的github个人访问令牌作为安全环境变量,并且我正在手动使用包含github注册表和访问令牌的npmrc来覆盖根.npmrc,但我仍然遇到权限问题。我应该如何授予lerna/npm发布github包的权限?
这是我的.travis.yml
env:
global:
secure: "my encrypted GH_TOKEN value (github personal access toke
我在我的免费github组织中有一个私人回购。当我尝试使用操作将私有包发布到Github包时,我得到了以下错误: npm ERR! 401 Unauthorized - PUT https://npm.pkg.github.com/@organization%2ftailwind - Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured.
我正在尝试将一个包发布到npm注册表。但是当我点击命令npm publish时,我得到了这个错误。 npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help
我正试图通过github操作在github注册和npm注册上发布我的npm包。github one成功,而另一个github失败如下:
npm ERR! code ENEEDAUTH
npm ERR! need auth This command requires you to be logged in to https://npm.pkg.github.com/nullndr
npm ERR! need auth You need to authorize this machine using `npm adduser`
为什么我需要npm adduser。我使用了一个自动化令牌,这还不够吗
我使用AWS CodeArtifact作为私有npm注册中心。项目有大量的依赖项,所有这些都得到了正确的解决。我们正在成功地将包发布到注册表中,并将它们作为其他项目中的依赖项使用,在决定引入之前,一切都按预期进行:
$ npm i semantic-release
npm ERR! code ETARGET
npm ERR! notarget No matching version found for registry-auth-token@^3.0.1.
npm ERR! notarget In most cases you or one of your dependencies are r
我想将我的git存储库发布到npm,这样我就可以在其他项目中使用它。但是,当我运行npm publish命令时,会得到以下错误:
npm ERR! code E404
npm ERR! 404 Not Found - PUT https://npm.pkg.github.com/vue-toggle-component
npm ERR! 404
npm ERR! 404 'vue-toggle-component@0.1.0' is not in the npm registry.
npm ERR! 404 You should bug the author to publi
我正在为@angular/cli开发一个图表集。我想在当地测试一下它是如何工作的。
是否可以在本地测试ng-add CLI特性?
在将项目与npm link链接并运行ng add myFeature之后,@angular/cli尝试从npm下载所需的库,是什么导致了以下问题:
npm ERR! code E404
npm ERR! 404 Not Found: myLibrary@latest
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/mtreder/.npm/_logs/2018-05-