-
Notifications
You must be signed in to change notification settings - Fork 4
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 './subvalidators' #4
Comments
This looks like an initialization problem and/or a user error to me (just started to use it). When a more saying (to me) command-line is in use:
gives the same error-picture. I've just started to integrate with it for a n8n node PR: n8n-io/n8n#1976 |
Thanks for your report. In the command When running via npx, npx nodelinter --target=/Users/john/n8n/packages/nodes-base/nodes/Stripe Let me know if you have further questions. |
Given an absolute path, I see the same error picture:
For the error in the report, does it require to have more options maybe to aide by configuration? @ivov |
Tested on Mac and Windows with and without the equals sign Apologies for the inconvenience. Will check with the team to see if someone can reproduce - in the meantime, you can try to run it locally:
|
The team cannot reproduce the issue either. Follow-up questions:
|
Managed to reproduce this. The cause was Linux case sensitivity and was fixed today. The package has been republished, so you should now be able to run it via npx. |
Closing for now as I have confirmation from Linux users that this is working. Otherwise feel free to comment here and I will reopen. |
can confirm fix version nodelinter@0.1.11. FYI: |
Running
npx nodelinter
at project root of n8n-io/n8n clone throws:Additional info:
The text was updated successfully, but these errors were encountered: