While compiling grid.less in bootstrap package i got the following error.
> NameError: .make-grid-columns is undefined in grid.less:48:0
48 .make-grid-columns();
guys i found the solution, simply upgrade the LESS compiler to 1.6.3 then it compile all the files. finally i got my own theme
Related
I am using Next JS version 11 and Tailwind CSS version 2 in a project. I decided to upgrade Tailwind to version 3 to enjoy all the new features but I am facing some problems. Running npm run dev shows the following error:
error - ./node_modules/next/dist/compiled/css-loader/cjs.js??ruleSet[1].rules[3].oneOf[6].use[1]!./node_modules/next/dist/compiled/postcss-loader/cjs.js??ruleSet[1].rules[3].oneOf[6].use[2]!./styles/global.css
Error: UNKNOWN: unknown error, read
I have upgraded my node to version 17 and even updated postcss and autoprefixer to the latest version but the error still persists. What can I do to get rid of this error?
Thank you
I recently upgraded my sass and compass version to the latest one. But its giving me an error while I start watcher.
Error is NoMethodError: undefined method add_import_path for main:Object
Please help.
after upgrading sass to 3.4.16 and compass to 1.0.3 add_import_path was giving error of undefined.
So I tried additional_import_paths = [] which is working perfect now.
after installing symfony 2.6 and when executing an error message is displayed:
FatalErrorException in DirectoryResource.php line 82:
Error: Undefined class constant 'FOLLOW_SYMLINKS'
the error is in the bundle: kriswallsmith
Please help me.
thank you in advance
Which versio of PHP are you running under? 5.2?
This sounds awfully similar to this issue report: https://github.com/caefer/sfImageTransformExtraPlugin/issues/5
The class constant, FOLLOW_SYMLINKS, is part of the RecursiveDirectoryIterator, which according to the PHP.net manual page, was added in 5.3.1 and also 5.2.11. At least version 5.3.9 is usually recommended or required by various frameworks because of various issues in prior versions.
The package is "kriswallsmith/assetic"
I have just recently forked an outdated SBT project (which you can find here https://github.com/mdedetrich/sbt-bower) that was last working with an outdated version of SBT 0.11.0. I am trying to get the sbt plugin to work with SBT versions 0.12.3 and 0.13.0, however I am getting an issue on this line
https://github.com/mdedetrich/sbt-bower/blob/master/src/main/scala/SbtBowerPlugin.scala#L37
When I run sbt compile, I get the following error
[error] /Users/mdedetrich/github/sbt-bower/src/main/scala/SbtBowerPlugin.scala:37: value / is not a member of java.io.File
[error] sourceDirectory in Bower <<= (sourceDirectory).apply (_ / "main" / "webapp" )
Does anyone know what is causing this issue?
Thanks to Mark Harrah, this is actually due to this https://groups.google.com/forum/#!topic/simple-build-tool/0k1No2kfvm8/discussion
I had to remove the import Path._ in the SbtBowerPlugin.scala file and it now compiles fine!
I'm trying to mix Qt and libVLC, I've downloaded libs, tried some tutorials, but I always stop on the same error and I can't find any solution in Google...
Here's the compilation output
error: unknown type name 'libvlc_exception_t'; did you mean 'libvlc_event_t'?
I'm running MacOS 10.8.4
EDIT : the libvlc_exception_t is not even documented on LibVLC Doc
That's why :
doc/ChangeLog-2010: The libvlc_exceptions have been removed from libvlc.