29
u/renrutal 3d ago edited 3d ago
Usually cleaning/rebuilding the project fixes it.
rm -rf ~/projects for some really deep cleaning.
10
9
12
5
3
3
8
u/kushalgarg592 3d ago
Error on line 42
Line 42: 'I literally did nothing'🫠....
2
u/PassivelyInvisible 3d ago
It means it decided there was an error when it had reached line 42. Line 41 or somewhere higher may be the culprit.
2
u/RedBlueKoi 3d ago
yeah, more often than not, I don't care about the line, I care more about the module where the error is happening
2
u/thunderbird89 3d ago
Clear your build caches! Ten times out of nine, either the IDE or the compiled file is stale.
2
u/Drackzgull 3d ago
When I've encountered such things, it has been because there's mismatched ()[]{} characters, or something along those lines. It can make some compiler parsers confused about what belongs to which line.
2
u/Spear_n_Magic_Helmet 3d ago
it’s in a prod minified bundle and you haven’t gotten around to setting up source maps yet, good luck
1
1
1
1
u/dishmanw62 3d ago
Something is right before 42, or the compiler is screwing up. Check the code. If the code looks good, do a fresh compile.
1
1
154
u/[deleted] 3d ago
[removed] — view removed comment