当前位置:网站首页>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
边栏推荐
- 自动化的艺术
- DVWA之暴力破解(Brute Force)Low-->high
- Advanced application of I / O multiplexing: Processing TCP and UDP services at the same time
- PWM speed regulation control system of DC motor based on 51 single chip microcomputer (with complete set of data such as Proteus simulation + C program)
- Detailed explanation of C language P2 selection branch statement
- Matrix exchange row and column
- 【STC8G2K64S4】比较器介绍以及比较器掉电检测示例程序
- Arduino for esp8266串口功能简介
- [jz46 translate numbers into strings]
- 多语言通信基础 06 go实现grpc的四种数据流模式实现
猜你喜欢
L'externalisation a duré quatre ans.
Find daffodils - for loop practice
Matlab Simulink modeling and design of single-phase AC-AC frequency converter, with MATLAB simulation, PPT and papers
利用 MATLAB 编程实现最速下降法求解无约束最优化问题
A blog allows you to learn how to write markdown on vscode
1N5408-ASEMI整流二极管1N5408
成都控制板设计提供_算是详细了_单片机程序头文件的定义、编写及引用介绍
Bingbing learning notes: take you step by step to realize the sequence table
LM317的直流可调稳压电源Multisim仿真设计(附仿真+论文+参考资料)
冰冰学习笔记:一步一步带你实现顺序表
随机推荐
ASEMI整流模块MDQ100-16在智能开关电源中的作用
[untitled]
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
解决computed属性与input的blur事件冲突问题
8.5 循环神经网络简洁实现
LM317的直流可调稳压电源Multisim仿真设计(附仿真+论文+参考资料)
[detailed explanation of factory mode] factory method mode
Matrix exchange row and column
Set up an AI team in the game world and start the super parametric multi-agent "chaos fight"
Swift:Entry of program、Swift调用OC、@_silgen_name 、 OC 调用Swift、dynamic、String、Substring
【JZ46 把数字翻译成字符串】
QT actual combat: Yunxi chat room
Do (local scope), initializer, memory conflict, swift pointer, inout, unsafepointer, unsafebitcast, success
AT89C51 MCU digital voltmeter development, measuring range 0 ~ 5V, proteus simulation, schematic diagram, PCB and C program, etc
LotusDB 设计与实现—1 基本概念
Sword finger offer II 019 Delete at most one character to get palindrome (simple)
你还不知道责任链模式的使用场景吗?
Electronic scale weighing system design, hx711 pressure sensor, 51 single chip microcomputer (proteus simulation, C program, schematic diagram, thesis and other complete data)
pnpm安装使用
Swift: entry of program, swift calls OC@_ silgen_ Name, OC calls swift, dynamic, string, substring