Vue3配置Cannot find module ‘vite‘. Did you mean to set the ‘moduleResolution‘ option to ‘node‘,
【代码】Vue3配置Cannot find module 'vite'. Did you mean to set the 'moduleResolution' option to 'node',
·
这时候需要添加一个配置到tsconfig.json里面:
{
"compilerOptions": {
"moduleResolution": "node"
}
}
此时如果还是提示错误,就关闭Vscode,然后重新打开Vscode编辑器就好了:
更多推荐
已为社区贡献26条内容
所有评论(0)