CA
wise-white
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! 🎉
wise-whiteOP•2y ago
Figured it out thanks to the Apify support 🙏 had to adjust the compiler options and set "skipLibCheck": true

xenial-black•2y ago
Hello @Radu can you teach me about the CompilerOptions? In which case did you need to set these Options?
wise-whiteOP•2y 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.