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
Before you submit a feature request or report a bug to be fixed, make sure you have stared this repository. A donation is also welcomed
Describe the bug
No inputs were found in config file 'c:/Users/UserName/Music/demoFolder/frontend/demofrontend/node_modules/react-multi-carousel/tsconfig.json'. Specified 'include' paths were '["./src//*.tsx","./src///*.tsx","./src//*.ts"]' and 'exclude' paths were '["node_modules"]'.ts
To Reproduce
I just installed the package using npm i react-multi-carousel and the error is coming instantly. I tried removing and reinstalling it . Whenever i reinstall it, it gives such error in tsconfig.json file.
Expected behavior
This error should not happen..
Additional context
Add any other context about the problem here.
My configuration:
I am using nextjs 13.5 with app directory and typescript on react 18.2.0. The package version is : "^2.8.4".
The text was updated successfully, but these errors were encountered:
Hi,
I am using next.js and typescript getting the same error, did you found any solution? No inputs were found in config file 'c:/Users/PC/Desktop/web3/nft-mkt/node_modules/react-multi-carousel/tsconfig.json'. Specified 'include' paths were '["./src/**/*.tsx","./src/**/*.ts"]' and 'exclude' paths were '["node_modules"]'.
i tried updating my project tsconfig still showing the same error
Prerequisite
Before you submit a feature request or report a bug to be fixed, make sure you have stared this repository. A donation is also welcomed
Describe the bug
No inputs were found in config file 'c:/Users/UserName/Music/demoFolder/frontend/demofrontend/node_modules/react-multi-carousel/tsconfig.json'. Specified 'include' paths were '["./src//*.tsx","./src///*.tsx","./src//*.ts"]' and 'exclude' paths were '["node_modules"]'.ts
To Reproduce
I just installed the package using
npm i react-multi-carousel
and the error is coming instantly. I tried removing and reinstalling it . Whenever i reinstall it, it gives such error in tsconfig.json file.Expected behavior
This error should not happen..
Additional context
Add any other context about the problem here.
My configuration:
I am using nextjs 13.5 with app directory and typescript on react 18.2.0. The package version is : "^2.8.4".
The text was updated successfully, but these errors were encountered: