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
Could not find a declaration file for module 'aws-s3-zipper'. '...node_modules/aws-s3-zipper/index.js' implicitly has an 'any' type.
Try `npm install @types/aws-s3-zipper` if it exists or add a new declaration (.d.ts) file containing `declare module 'aws-s3-zipper';`
then I ran:
yarn add --dev @types/aws-s3-zipper
...
error An unexpected error occurred: "https://registry.yarnpkg.com/@types%2faws-s3-zipper: Not found".
I was wondering... Do we need to add something to the package.json file in order to prevent this error?
The text was updated successfully, but these errors were encountered:
josoroma-zz
changed the title
How to fix error: (.d.ts) file containing `declare module 'aws-s3-zipper' ?
Hitting this error: (.d.ts) file containing `declare module 'aws-s3-zipper' ?
Sep 12, 2019
Hi!
I am hitting this error:
then I ran:
I was wondering... Do we need to add something to the package.json file in order to prevent this error?
The text was updated successfully, but these errors were encountered: