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
I installed ali-oss: 6.22.0 in my project so that i can use v4 signature, then I got a error:
Could not find a declaration file for module 'ali-oss'. '/${root}/node_modules/.pnpm/[email protected]/node_modules/ali-oss/lib/client.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/ali-oss` if it exists or add a new declaration (.d.ts) file containing `declare module 'ali-oss';`
then I found there are no type definitions available for recent versions when I check with pnpm view @types/ali-oss
The text was updated successfully, but these errors were encountered:
hatewx
changed the title
No type definitions available for the latest version
types: No type definitions available for the latest version
Feb 10, 2025
I installed
ali-oss: 6.22.0
in my project so that i can use v4 signature, then I got a error:then I found there are no type definitions available for recent versions when I check with
pnpm view @types/ali-oss
The text was updated successfully, but these errors were encountered: