-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cannot find module 'msal' #361
Comments
Adding |
@whatl3y Thank you for reporting the issue! Will look into the issue. |
Seeing same issue, looks like installed ms graph lib has only those 2 as dpendencies
And in
on line 11. Seems to me that msal should be a production dependency unless you meant to make it a peer dependency. Also notice that msal is currently a devDependency, so that's likely why it got missed. |
Same issue here! Took production down, all it took was a redeploy. No library changes or code changes. |
@whatl3y @Srokap @raimille1 hotfix #362 has been deployed in version 2.2.1 |
Bug Report
Prerequisites
For more information, see the
CONTRIBUTING
guide.Description
Building my app in a docker container and running v2.2.0 of
@microsoft/microsoft-graph-client
in Node.js 14.13.1.This is a new error that I didn't experience last week when building the container, but I didn't notice any recent changes to
package.json
orImplicitMSALAuthenticationProvider.ts
that would cause this.Console Errors: [Is there any console error]
Screenshots: [If applicable, add screenshots to help explain your problem]
N/A
Steps to Reproduce
@microsoft/microsoft-graph-client
to your Node.js project.import { Client } from '@microsoft/microsoft-graph-client'
from a file in your projectExpected behavior: [What you expected to happen]
Not error
Actual behavior: [What actually happened]
Error above
Additional Context
Add any other context about the problem here..
Usage Information
SDK Version - [SDK version you are using]
v2.2.0
14.13.1
The text was updated successfully, but these errors were encountered: