If you happen to encounter this error in your output, the good news is:
- It’s nothing to be concerned about
- You can still publish your solution
- You can rectify the situation yourself
The reason you are seeing this is due to the fact that some of your jigs are deeply nested.
For instance, if the path looks like this you may encounter this error:
jigs/templates/widgets/2x2/value
If the patch looks like this, you may not encounter this error:
jigs/templates/widgets
So by removing some of the nested folders and making it less deep, you will resolve this issue.