Hi
Recently i cloned the solution and installed the dependencies, but getting errors on different modules. Just want to know if anyone else experienced the same? how to remove them
Could not find a declaration file for module 'msal'. 'c:/Users/HarishKaryattu/Documents/Orby/Projects/React Learning/SharePointDragAndDropPCF/node_modules/msal/lib-commonjs/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/msal if it exists or add a new declaration (.d.ts) file containing declare module 'msal';ts(7016)
Hi Recently i cloned the solution and installed the dependencies, but getting errors on different modules. Just want to know if anyone else experienced the same? how to remove them
Could not find a declaration file for module 'msal'. 'c:/Users/HarishKaryattu/Documents/Orby/Projects/React Learning/SharePointDragAndDropPCF/node_modules/msal/lib-commonjs/index.js' implicitly has an 'any' type. Try
npm i --save-dev @types/msal
if it exists or add a new declaration (.d.ts) file containingdeclare module 'msal';
ts(7016)