I am facing problem react with Tailwind-css - tailwind-css

ERROR in ./src/index.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[2]!./node_modules/source-map-loader/dist/cjs.js!./src/index.css)
Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):
please solve this. I am stack for a day

Related

Error in ng serve command. ./ node module/#angular-devkit/build

node version 14.15.0 and angular version 12.0.5;
earlier it worked fine but after reinstallation of angular and nodejs it shows this error on ng serve command.
ERROR in ./src/assets/styles/style.scss (./node_modules/#angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!./node_modules/postcss-loader/src??embedded!./node_modules/sass-loader/dist/cjs.js??ref--15-3!./src/assets/styles/style.scss)
Module Error (from ./node_modules/postcss-loader/src/index.js):
(Emitted value instead of an instance of Error) CssSyntaxError: D:\node-v15.11.0-win-x64\ssc1\src\assets\styles\icons\material-design-iconic-font\css\materialdesignicons.min.css:1:86: Can't resolve '..//fonts/materialdesignicons-webfont.eot' in 'D:\node-v15.11.0-win-x64\ssc1\src\assets\styles\icons\material-design-iconic-font\css'
If anybody know the solution please tell me how to solve this issue
image of error here

FindException: unable to derive module descriptor

Error occurred during initialization of boot layer
java.lang.module.FindException: Unable to derive module descriptor for C:\JavaFX\jlfgr-1_0.jar
Caused by: java.lang.IllegalArgumentException: jlfgr.1.0: Invalid module name: '1' is not a Java identifier
I am getting this error again and again. I had tried all the solutions which are available on this site but my bug was not fixed. May any one please help me?

Cordova Execution failed for task ':app:transformClassesWithDexBuilderForDebug'

I am getting this error in Cordova, i use the cordova-plugin-firebasex without any problem, when i add the plugin cordova-plugin-admob-free it gives this error and fails to build. I have been trying to solve it for days, i'm using cordova version 9, any help would be great !
What went wrong:
Execution failed for task ':app:transformClassesWithDexBuilderForDebug'.
com.android.build.api.transform.TransformException: com.android.builder.dexing.DexArchiveBuilderException: com.android.builder.dexing.DexArchiveBuilderException: Failed to process C:\Users**.gradle\caches\transforms-1\files-1.1\play-services-gass-11.0.4.aar\7c8749a76f488f62bc9294a2b72be741\jars\classes.jar
I had the same issue and fixed it by editing platforms/android/project.properties
Change
cordova.system.library.16=com.google.android.gms:play-services-base:11.0.4
cordova.system.library.17=com.google.android.gms:play-services-ads:11.0.4
To
cordova.system.library.16=com.google.android.gms:play-services-base:+
cordova.system.library.17=com.google.android.gms:play-services-ads:+

sbt lagom template+InvalidRemoteException

I tried to follow the follow tutorial:
https://www.lagomframework.com/documentation/1.4.x/java/GettingStartedSbt.html
For generating the project scaffolding, I want to use the following template:
sbt new lagom/lagom-java.g8
But already receive the following error:
[error] org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid remote: origin
A bit frustrating at such early stage in the tutorial...
Any idea how to fix this?
Edit: the error is caused by:
[error] Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: https//github.com/lagom/lagom-java.g8.git: not found.
Seems there is a :missing after https. How to fix?
Verify you have the prerequisites. Prerequisites documented here https://www.lagomframework.com/documentation/1.4.x/java/JavaPrereqs.html
I just followed the instructions and was unable to reproduce the error from the CLI using sbt version 1.1.1.
What version of sbt are you using?

TinyOS Mote to PC Communication Error in HplAtm128UartC

Good Morning,
I'm trying to use TinyOS for a WSN.
I'm using the app folder where there are:
- BaseStation
- BaseStation 15.4
- test/TestSerial
but for all app when i do "make iris" it generate the error:
In component HplAtm128UartC':
../../tos/chips/atm128/HplAtm128UartC.nc:59: cannot findHplUart0Config'
../../tos/chips/atm128/HplAtm128UartC.nc:64: cannot find `HplUart1Config'
make: *** [exe] Error 1
How can I fix that?
I resolve it by reinstall all of component.
But when I try to use this tutorial: Mote-PC tutorial I have this problem:
java.lang.ClassNotFoundException: TestSerialMsg
or the same error when I apply on the BlinkToRadio:
java.lang.ClassNotFoundException: BlinkToRadioMsg
How can i Solve this?

Resources