基础环境 vite@4.4.9 element-plus@^2.3.12 path-browserify@^1.0.1 vite 移除了node的垫片包, 所以 , 所以,在使用 path-browserify 一定会报错,process is not defined 解决办法 源码中, 作者没有去处理这个问题,那么, 我们将源码中的 resolve方法 copy到项目中即可 说白了 你就是要解决 path.resolve(‘/...
解决:采用原项目的mock,本地启动https://github.com/PanJiaChen/vue-element-admin 解决:由于vite使用原来的mock有问题,且mock是模拟后端接口不影响功能,所以暂时采用原项目的mock,本地启动https://github.com/PanJiaChen/vue-element-admin Vite.config.js里代理如下:2...
书接上回,我于是使用vue-cli@5 搭建了一套vue3+vuex+vuerouter+eslint+pretter的框架,这里没有选择vite,也没有选择ts,vite的话总觉得还是不太成熟,虽然编译的快但是这个项目说起来也不算太大,编译起来用webpack也不算慢,ts的话移植代码太复杂了,生成代码的过程就不记录了,总之生成的代码是这个样子的 https:...
vite@4.4.9+element-plus@^2.3.12+path-browserify@^1.0.1 使用报错解决办法 #34 openedAug 30, 2023byLuoRiWuSheng 3 TypeError: process.cwd is not a function #32 openedJun 30, 2023byyoloz 13 path.join universal front - backslash not implemented ...
"path-browserify": "^1.0.1", "qr-scanner": "^1.4.2", "qrcode.vue": "^1.7.0", "semver": "^7.6.3", 3 changes: 2 additions & 1 deletion 3 vite.config.ts Original file line numberDiff line numberDiff line change @@ -142,7 +142,8 @@ export default defineConfig({ resolve:...
When calling `path.resolve("tmp", ".."), this branch is triggered, causing an error in the browser (line 124 in index.js): if (cwd === undefined) cwd = process.cwd(); path = cwd; Uncaught ReferenceError: process is not defined I think th...