随笔分类 -  npm

npm,webpack,yarn一些知识
摘要:###转自 https://blog.csdn.net/hl_qianduan/article/details/119899037 阅读全文
posted @ 2022-08-07 15:04 huihuihero 阅读(32) 评论(0) 推荐(0) 编辑
摘要:##vue版本的相关操作 ####全局卸载vue npm uninstall vue -g ####全局安装最新vue版本(当前为3.0+) npm install vue@next -g ####全局安装vue2.6.14版本(当前2.0中的最新版本) npm install vue@2.6.14 阅读全文
posted @ 2022-05-26 11:00 huihuihero 阅读(1897) 评论(0) 推荐(0) 编辑
摘要:Workaround to fix heap out of memory when running node binaries. It's a common issue when using TypeScript 2.1+ and webpack. This tool will append --m 阅读全文
posted @ 2022-05-24 17:29 huihuihero 阅读(829) 评论(0) 推荐(0) 编辑
摘要:npm:node的包管理工具,是在命令行做管理。 cnpm:淘宝的npm镜像文件 ,但一般只用于下载,不用于其他操作 npm流程: cd 路径 切换路径 npm install -g cnpm --registry=https://registry.npm.taobao.org 安装cnpm npm 阅读全文
posted @ 2019-05-01 22:42 huihuihero 阅读(625) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示