mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
fix(manager端升级node版本): 更新多个组件的样式,替换 /deep/ 选择器为 ::v-deep,替换 node-sass 为 sass,优化依赖管理和兼容性,兼容node16版本
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
# 对于 Node.js v18 或 v20
|
||||
NODE_OPTIONS=--openssl-legacy-provider npm run dev
|
||||
或者 npm run dev:18
|
||||
或者 npm run dev
|
||||
```
|
||||
|
||||
4. **生产构建命令**:
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
# 对于 Node.js v18 或 v20
|
||||
NODE_OPTIONS=--openssl-legacy-provider npm run build
|
||||
或者 npm run dev:18
|
||||
或者 npm run dev
|
||||
```
|
||||
|
||||
## 未来考虑
|
||||
|
||||
Reference in New Issue
Block a user