2023-12-11 node安装/vscode 安装

2023-12-24  本文已影响0人  大也

node安装
课程node版本:16.16.0
https://nodejs.org/download/release/v16.16.0/

  1. 打开官网 https://nodejs.org/en/ 下载对应操作系统的 LTS 版本。(16.16.0)
  2. 双击安装包进行安装,安装过程中遵循默认选项即可。安装完成后,可以在命令行终端输入 node -vnpm -v 查看 Node.js 和 npm 的版本号。

配置阿里镜像
npm config set registry https://registry.npmjs.org/
更新npm版本
npm install -g npm@9.6.6
npm依赖下载命令
npm install 依赖名 / npm install 依赖名@版本

npm install //安装依赖
npm run dev //运行测试

Mac 上
https://zhuanlan.zhihu.com/p/665201467
https://zhuanlan.zhihu.com/p/609337029

vscode 安装
https://www.bilibili.com/read/cv25753407/
https://blog.csdn.net/qq_42613224/article/details/121267386

https://vscode.cdn.azure.cn/stable/f4af3cbf5a99787542e2a30fe1fd37cd644cc31f/VSCode-darwin-universal.zip

1).21 packages are looking for funding
run npm fund for details

https://blog.csdn.net/shuux666/article/details/123427231

2).sh: /Users/mac/Desktop/微头条项目/my-vue3-vite-project/node_modules/.bin/vite: Permission denied
https://blog.csdn.net/qq_41182402/article/details/113338184

1.完成 前端文件部署 集成
2.完成后端数据库 部署
3.新建springboot项目
4.完成 maven 库本地设置 和springboot 依赖库添加

上一篇下一篇

猜你喜欢

热点阅读