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
index.d.ts file has an error since request is not a dependency anymore. Should I have to install @types/request individually when I use TS? I think just move @types/request from devDependencies to dependencies can solve this problem, but if there is any other solution, it would be okay. I want to use without any other @types/request install commands in CI/CD.
The text was updated successfully, but these errors were encountered:
same issue here, trying to install node-vault for the first time and it cannot compile.
node_modules/node-vault/index.d.ts:7:26 - error TS2307: Cannot find module 'request' or its corresponding type declarations.
7 import * as request from "request";
index.d.ts file has an error since request is not a dependency anymore. Should I have to install @types/request individually when I use TS? I think just move @types/request from devDependencies to dependencies can solve this problem, but if there is any other solution, it would be okay. I want to use without any other @types/request install commands in CI/CD.
The text was updated successfully, but these errors were encountered: