v0ltoz / react-datetimepicker

MIT License
92 stars 71 forks source link

Could not find a declaration file for module 'react-advanced-datetimerange-picker'. #63

Open iampato opened 3 years ago

iampato commented 3 years ago

implicitly has an 'any' type. Try npm i --save-dev @types/react-advanced-datetimerange-picker if it exists or add a new declaration (.d.ts) file containing declare module 'react-advanced-datetimerange-picker'; TS7016

iampato commented 3 years ago

npm i --save-dev @types/react-advanced-datetimerange-picker npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2freact-advanced-datetimerange-picker - Not found npm ERR! 404 npm ERR! 404 '@types/react-advanced-datetimerange-picker@*' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: npm ERR! /home/pato/.npm/_logs/2021-08-03T10_21_22_713Z-debug.log

mayurkalia99 commented 1 year ago

Hey, did you find any solution over this?