当前位置:网站首页>Pnpm installation and use
Pnpm installation and use
2022-04-23 14:45:00 【Tiangao renniaofei dyz (front end)】
pnpm Use
Official website : https://pnpm.js.org/installation/
Global installation
npm install pnpm -g
Set source
// View source
pnpm config get registry
// Switch Taobao source
pnpm config set registry http://registry.npm.taobao.org
Use
pnpm install package //
pnpm i package
pnpm add package // -S Default write dependencies
pnpm add -D // -D devDependencies
pnpm add -g // Global installation
remove
pnpm remove package // Remove package
pnpm remove package --global // Remove global package
to update
pnpm up // Update all dependencies
pnpm upgrade package // Update package
pnpm upgrade package --global // Update global package
Set storage path
pnpm config set store-dir /path/to/.pnpm-store
personal use
- Some need node-gyp Remember to install your package
Scripting solutions are prohibited on the system
# Run as administrator power shell
set-executionpolicy remotesigned
版权声明
本文为[Tiangao renniaofei dyz (front end)]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231426082818.html
边栏推荐
- 8.5 循环神经网络简洁实现
- 面试官:说一下类加载的过程以及类加载的机制(双亲委派机制)
- [untitled]
- Programming philosophy - automatic loading, dependency injection and control inversion
- 电容
- Logical volume creation and expansion
- Go basic reflection
- ArrayList collection basic usage
- 555 timer + 74 series chip to build eight way responder, 30s countdown, proteus simulation, etc
- 8.2 文本预处理
猜你喜欢

基于TLC5615的多路可调数控直流稳压电源,51单片机,含Proteus仿真和C代码等

Svn detailed use tutorial

MySQL error packet out of order

Thread synchronization, life cycle

Don't you know the usage scenario of the responsibility chain model?

在游戏世界组建一支AI团队,超参数的多智能体「大乱斗」开赛

【工厂模式详解】工厂方法模式

四层和八层电梯控制系统Proteus仿真设计,51单片机,附仿真和Keil C代码

【无标题】

利用 MATLAB 编程实现最速下降法求解无约束最优化问题
随机推荐
Basic regular expression
Electronic perpetual calendar of DS1302_ 51 single chip microcomputer, month, day, week, hour, minute and second, lunar calendar and temperature, with alarm clock and complete set of data
I/O复用的高级应用之一:非阻塞 connect———使用 select 实现(也可以用 poll 实现)
Vous ne connaissez pas encore les scénarios d'utilisation du modèle de chaîne de responsabilité?
3、 Gradient descent solution θ
1 - first knowledge of go language
JumpServer
raised exception class EAccexxViolation with ‘Access violation at address 45EFD5 in module 出错
8.4 循环神经网络从零实现
Epolloneshot event of epoll -- instance program
自动化的艺术
外包幹了四年,廢了...
Electronic scale weighing system design, hx711 pressure sensor, 51 single chip microcomputer (proteus simulation, C program, schematic diagram, thesis and other complete data)
科技的成就(二十一)
ASEMI超快恢复二极管与肖特基二极管可以互换吗
UML project example -- UML diagram description of tiktok
Branch statement of process control
机器学习之逻辑回归(Logistic Regression)原理讲解和实例应用,果断收藏
数组模拟队列进阶版本——环形队列(真正意义上的排队)
SVN详细使用教程