fascinating-indigo•3y ago
Strange error when building actors
Hi everyone, I started getting some strange error when building actors - it's now happening on two different actors even after I have undone the changed that I initially made (which caused the actor to fail). Has anyone encountered this before, and could offer any advice?

4 Replies
@Radu just advanced to level 1! Thanks for your contributions! 🎉
fascinating-indigoOP•3y ago
Figured it out thanks to the Apify support 🙏 had to adjust the compiler options and set "skipLibCheck": true

absent-sapphire•3y ago
Hello @Radu can you teach me about the CompilerOptions? In which case did you need to set these Options?
fascinating-indigoOP•3y ago
I was getting the error above, apparently due to some library. Then I added skipLibCheck to the compiler options and the build stopped failing.