syncweek-react-aad / react-aad

A React wrapper for Azure AD using the Microsoft Authentication Library (MSAL). The easiest way to integrate AzureAD with your React for authentication.
MIT License
345 stars 94 forks source link

react scripts in package.json needs to update to ^3.4.1 #283

Open turnesar opened 3 years ago

turnesar commented 3 years ago

Library versions

Describe the bug upon npm start get TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined

Expected behavior expect it to emulate and start

fix found update react scripts to ^3.4.1 and npm install