-
Notifications
You must be signed in to change notification settings - Fork 1
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 #784
Comments
There may be multiple factors at play here, but I'd bet #753 is at least partly to blame. You could give |
Using
as you suggested indeed works, even without setting the path explicitly. Note, when installing the package better reload the VSCode window. |
Reopening since #753 didn't fix this per @skwde:
I haven't had a chance to investigate further and see what might have changed here in v19. |
Something similar is already mentioned here #744 / #750.
I now have
commitlint
installed via a conda installed node (inside a container). I can use it without issues on the command line.Following modules are installed
I have following
commitlint.config.js
in my project directory:and following
commitlint
related VSCode settingsplaying with
globalLibraryPath
or settingpreferBundledLibraries
totrue
does not help and lead to the same problem.The text was updated successfully, but these errors were encountered: