We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installing the package and trying to require it led to a module not found:
requireStack: [ '/home/mgodbolt/dev/personal/ce/compiler-explorer/node_modules/express-openid-connect/lib/hooks/getLoginState.js', '/home/mgodbolt/dev/personal/ce/compiler-explorer/node_modules/express-openid-connect/lib/config.js', '/home/mgodbolt/dev/personal/ce/compiler-explorer/node_modules/express-openid-connect/middleware/auth.js', '/home/mgodbolt/dev/personal/ce/compiler-explorer/node_modules/express-openid-connect/index.js', '/home/mgodbolt/dev/personal/ce/compiler-explorer/app.js' ]
Importing the module should work.
I solved the problem by manually installing base64url with npm install.
base64url
npm install
The text was updated successfully, but these errors were encountered:
I agree, I've also just run into this problem today, found your issue and resolved it the same way 👍
I think this was fixed by #180 and it'll need a release to npm.
Sorry, something went wrong.
This issue is also affecting our express based lab applications.
We will get a patch release out today with the recent fix. Thanks everybody for raising the impact visibility
Successfully merging a pull request may close this issue.
Describe the problem
Installing the package and trying to require it led to a module not found:
What was the expected behavior?
Importing the module should work.
Reproduction
Environment
I solved the problem by manually installing
base64url
withnpm install
.The text was updated successfully, but these errors were encountered: