3

The Node and its magic tricks never cease to surprise me.

I created several new components and tried to compile them for verification. Then this big fat error popped up.

I commented out all the newly created code (didn't remove any files, just did ^A^/). Recompiled. This big fat error again.

Undid modifications I made to the files that existed there before. Recompiled. This big fat error again.

Moved the newly created files outside of the project scope (mv app/<...>/featureX/ ../bkup/). Recompiled. SUCCESS.

Moved all of those files back (mv ../bkup/featureX app/<...>/). Recompiled. SUCCESS.

wtf...

Comments
  • 4
    RNG based development.
    At least you can add proficiency in dark magic to your cv.
  • 0
    @impune-pl knowing the kind of bugs I usualy run into I could easily send my CV to the Ministry of Magic, or perhaps apply as the new defence against the dark arts teacher. And get the job ofc.
Add Comment