I import 'react-number-picker' but I can't find module. This is error:
Could not find a declaration file for module 'react-number-picker'. 'c:/Users/ADMIN/Documents/programacion-3-2019-arias/cliente/node_modules/react-number-picker/dist/react-number-picker.js' implicitly has an 'any' type. Try
npm install @types/react-number-picker
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-number-picker';
ts(7016)
Anyone has got same problem as me?
npm install @types/react-number-picker
first from the error message. Can you clarify if you did that before? Thanks! – norbitrial