当前位置:网站首页>Publish module to NPM should be how to operate?Solutions to problems and mistake
Publish module to NPM should be how to operate?Solutions to problems and mistake
2022-08-02 15:21:00 【N.S.N】
Enter npm whoami in the command line to check if you are logged in
Enter npm config ls in the command line to determine whether the source is npm, not cnpm
If you are not logged in, enter npm adduser to log in, follow the prompts and returnLogged in as fang_haixin on https://registry.npmjs.org/.
Use npm publish to publish the package
If the following error is reported, it means that the package name is used, redefine a name
403 Forbidden - PUT https://registry.npmjs.org/roadsign - You do not have permission to publish "roadsign". Are you logged in as the correct user?The main reason is that I did not click the link in the email to confirm the association operation
npm ERR! 403 Forbidden you must verify your email before publishing a new packageIf there are already a lot of packages with similar names to yours on npm, this problem will occur, just modify your package name in package.json
PUT https://registry.npmjs.org/road-sign - Package name too similar to existing packages; try renaming your package to '@fang_haixin/road-sign' and publishing with 'npm publish --access=public' instead边栏推荐
猜你喜欢

PHY6222蓝牙5.2支持MESH组网M0内核超低功耗

没学好统计学的下场

【使用Pytorch实现ResNet网络模型:ResNet50、ResNet101和ResNet152】

FP5139电池与适配器供电DC-DC隔离升降压电路反激电路电荷泵电路原理图

FP7128内置MOS降压恒流调光深度0.01%高辉共阳调光方案

The problem that UIWindow's makeKeyAndVisible does not call viewDidLoad of rootviewController

FP7122降压恒流内置MOS耐压100V共正极阳极PWM调光方案原理图

Word2vec词向量

CI24R1小模块2.4G收发模块无线通信低成本兼容si24r1/XN297超低功耗

Bert系列之 Transformer详解
随机推荐
机器学习和深度学习中的梯度下降及其类型
自定义圆形seekBar,超简单
Tensorflow常用函数
CMAKE
投资组合理论的简单介绍
win11一直弹出用户账户控制怎么解决
RN开发时遇到的问题
kotlin Android序列化
FP5139电池与适配器供电DC-DC隔离升降压电路反激电路电荷泵电路原理图
内存申请(malloc)和释放(free)之下篇
【我的电赛日记(三)】STM32学习笔记与要点总结
【深度学习中的损失函数整理与总结】
刷卡芯片CI520可直接PIN对PIN替换CV520支持SPI通讯接口
LLVM系列第十八章:写一个简单的IR处理流程Pass
记录Yolo-tiny-v4的权重提取和中间层结果提取
win10无法直接用照片查看器打开图片怎么办
PyTorch(11)---卷积神经网络_一个小的神经网络搭建model
DP1332E内置c8051的mcu内核NFC刷卡芯片国产兼容NXP
CS4398音频解码替代芯片DP4398完全兼容DAC解码
PyTorch④---DataLoader的使用