-
Notifications
You must be signed in to change notification settings - Fork 36
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
Unable to compile typescript scripts for crawler #1
Comments
Should be fixed by now. Can you confirm? |
The original errors disappeared but a new one came up
|
@Inkvi @NikolaiT Were you able to fix this? I'm getting the following error:
|
I had the same error. Quick fixed it by changing the name of the mongoose directory.
you can also try removing the directory |
@Adriman2
|
Hello,
I am trying to compile typescript scripts for crawler using
tsc
following these commandscd crawler npm run build
It fails because it can't find node modules present under
node_modules
and some syntax errors. I am not familiar with typescript configuration but I assume some options might be missingcrawler/tsconfig.json
to make the compilation work out of the box.The text was updated successfully, but these errors were encountered: