I'm hoping to get some advice. I pulled a project that I haven't touched in some time and in developer mode I ran 'grunt exec' followed by 'grunt less' and once running 'grunt less' I receive the following error. Magento 2.2.6
Running "less:documentation" (less) task NameError: .lib-url-check is undefined in lib/web/css/docs/source/_utilities.less on line 402, column 5: 401 // "Call" the mixin 402 .lib-url-check(@_icon-image); 403 Warning: Error compiling lib/web/css/docs/source/docs.less Use --force to continue.
Aborted due to warnings. The code for around line 401:
.example-url-check-false { // Set usage image path to false @_icon-image: false; // "Call" the mixin .lib-url-check(@_icon-image); // Will return 'false' and outputs nothing .lib-css(background, #eee @lib-url-check-output no-repeat 0 0); } This file is an unmodified core file, how do I go about debugging the cause of this issue/resolve.
I'd appreciate any help I can receive.
Thanks!