-
-
Notifications
You must be signed in to change notification settings - Fork 191
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 #727
Labels
to triage
This issue needs to be triaged
Comments
Having the same issue, but with For context: using PNPM in an NX monorepo. Have confirmed the folder named after "Cannot find module ..." definitely exists. In that "esm" folder, it should find "lucide-vue-next.js", as described in "package.json" entrypoints. However, it's failing to do that.
|
@harrynikolov-riskhub I was able to resolve mine by using following solution: #712 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have a Nuxt project in which I have error.vue file and it uses @datadog/browser-rum library to record the sample sessions. When I run histoire build command it throws following error:
I am not even using error.vue file in histoire but it is automatically calling it in a build.
I have tried to add following in histoire.config.ts but still same issue:
Reproduction
Install @datadog/browser-rum library and call it in a error.vue file and run yarn histoire build command
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: