You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
正在编译中...
(node:361031) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use node --trace-warnings ... to show where the warning was created)
(node:361031) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
DONE Build complete.
package.json -> add "type":"module"
正在编译中...
failed to load config from /home/tian/code/uniapp/vitesse-uni-app/vite.config.ts
TypeError: Uni is not a function
描述问题
(node:361031) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use
node --trace-warnings ...
to show where the warning was created)(node:361031) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
DONE Build complete.
package.json -> add "type":"module"
failed to load config from /home/tian/code/uniapp/vitesse-uni-app/vite.config.ts
TypeError: Uni is not a function
复现
下载运行
系统信息
ubuntu22.04
使用的包管理器
pnpm
核对
贡献
The text was updated successfully, but these errors were encountered: