-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefinedError: Cannot read property 'eval' of null #2
Comments
+1 |
I'm also trying to build and am getting the same error. Any luck figuring this out? |
update: after trying to build the project less manually I discovered that the issue lies in the font.less. Particularly line 2: ``.font-face; Commenting this out, will allow make to complete. However, the resulting css will be missing the font-family declaration from the file. No further testing done. |
Alzy's comment led me to a fix. VSCode was indicating an error on line 1 at the ; [less] variable value expected I added false on line 1 and again on line 10 and that seems to have fixed it. I'm not a less-r person but the css file is getting built error free now and the demo page works. @omit-font-face:false; |
See this issue: mathquill/mathquill#797 |
Thanks! it help me too 👍 |
Facing this issue while building with 'make'
touch ./node_modules/.installed--used_by_Makefile
./node_modules/.bin/lessc ./src/css/main.less > build/mathquill.css
undefinedError: Cannot read property 'eval' of null
Makefile:135: recipe for target 'build/mathquill.css' failed
make: *** [build/mathquill.css] Error 1
The text was updated successfully, but these errors were encountered: