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
Describe the bug
我在vue3项目中,通过pnpm i @zyf2e/monitor-web安装的,如下引用:
在main.ts中 import { MITO } from "@zyf2e/monitor-web"
报TS错误:找不到模块“@zyf2e/monitor-web”或其相应的类型声明。ts(2307)
在vite构建时报错:
MITO" is not exported by "node_modules/.pnpm/@zyf2e+monitor-web@2.1.56/node_modules/@zyf2e/monitor-web/dist/web.esm.js
Expected behavior
希望能正常解析
Information
"@zyf2e/monitor-web": "^2.1.56",
Mitojs Version [e.g. ^2.1.56]
Environment: [Vue3.0]
Error info stack [e.g. "MITO" is not exported by "node_modules/.pnpm/@zyf2e+monitor-web@2.1.56/node_modules/@zyf2e/monitor-web/dist/web.esm.js"]
The text was updated successfully, but these errors were encountered:
Describe the bug
我在vue3项目中,通过pnpm i @zyf2e/monitor-web安装的,如下引用:
在main.ts中 import { MITO } from "@zyf2e/monitor-web"
报TS错误:找不到模块“@zyf2e/monitor-web”或其相应的类型声明。ts(2307)
在vite构建时报错:
MITO" is not exported by "node_modules/.pnpm/@zyf2e+monitor-web@2.1.56/node_modules/@zyf2e/monitor-web/dist/web.esm.js
Expected behavior
希望能正常解析
Information
"@zyf2e/monitor-web": "^2.1.56",
The text was updated successfully, but these errors were encountered: