• home > webfront > ECMAS > typescript >

    vite typescript:can't find module qs/querystring

    Author:zhoulujun Date:

    已经安装了 "@types node ": "^18 0 0 ",按理说 qs或者 querystring 是nodejs 内置模块,应该可以直接导入才对。但是ts还是报错

    vite vue3 导入nodejs qs querystring,发现都不可以。

    已经安装了 "@types/node": "^18.0.0",按理说 qs或者 querystring  是nodejs 内置模块,应该可以直接导入才对

    但是还得

    Installing both qs and @types/qs fixed the problem.

    https://stackoverflow.com/questions/71581549/i-cant-import-qs-in-vite

    这样才可以。

    第二个就是修改tsconfig.json,但是我不想改之前配置的配置。不知道还有其他办法没有




    转载本站文章《vite typescript:can't find module qs/querystring》,
    请注明出处:https://www.zhoulujun.cn/html/webfront/ECMAScript/typescript/2022_0616_8842.html