alexandrtovmach / react-microsoft-login

Microsoft services authorization with React.
https://alexandrtovmach.github.io/react-microsoft-login
MIT License
80 stars 38 forks source link

Module not found: Can't resolve 'msal' #5

Closed dorsegal closed 5 years ago

dorsegal commented 5 years ago

install via npm i --save react-microsoft-login

./node_modules/react-microsoft-login/dist/MicrosoftLogin.js Module not found: Can't resolve 'msal' in node_modules\react-microsoft-login\dist'

dorsegal commented 5 years ago

After adding it to devDependecies manually the issue is resolved

alexandrtovmach commented 5 years ago

Thank you for report, I'll check it out.

alexandrtovmach commented 5 years ago

@dorsegal fixed in version 1.1.2

yarn add react-microsoft-login@latest

let me know if you still have any problems