Skip to content

Conversation

@ryanjhermes
Copy link
Contributor

Fixing this error: "Cannot find module '@typescript-eslint/typescript-estree'" by moving from devDependencies to dependencies (in package.json).

Why:
VibeSafe requires this package at runtime for scanning, but it was previously only installed for development. This caused errors when running the CLI as a global package.

No new dependencies produced, just a moving it so that it worked. When I tried to run 'vibesafe scan' on my machine, I encountered this error.

Btw... Love this project, and I hope to continue contributing! I vibecode all the time, and this will not only help me but help many others.

…-estree'" by moving from devDependencies to dependencies (in package.json).

Why:
VibeSafe requires this package at runtime for scanning, but it was previously only installed for development. This caused errors when running the CLI as a global package.

No new dependencies produced, just a moving it so that it worked. When I tried to run 'vibesafe scan' on my machine, I encountered this error.
@ccozad ccozad merged commit 626f5fc into slowcoder360:master May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants