Cabal failed to install 'unix' - cabal

it failed to install unix.
C:\Windows\system32>cabal install hdevtools
Resolving dependencies...
Configuring unix-2.6.0.1...
cabal: The package has a './configure' script. This requires a Unix
compatibility toolchain such as MinGW+MSYS or Cygwin.
Failed to install unix-2.6.0.1
cabal: Error: some packages failed to install:
hdevtools-0.1.0.5 depends on unix-2.6.0.1 which failed to install.
unix-2.6.0.1 failed during the configure step. The exception was:
ExitFailure 1
C:\Windows\system32>

For Windows you may use this fork https://github.com/mvoidex/hdevtools.

Related

Unable to install atom packages

I'm facing problem to install atom packages like atom-beautify, emmet, pigments. I've tried install section in atom and also command prompt.
In command prompt it shows this message
file:///C:/Users/MuKuNd/apm install atom-beautify
Installing atom-beautify to C:/Users/MuKuNd/.atom/packages failed
npm WARN deprecated jscs#3.0.7: JSCS has merged with ESLint!See-https://medium.com/#markelog/jscs-end-of-the-line-bc9bf0b3fdb2 npm WARN deprecated uuid#3.4.0: Please upgrade
to version 7 or higher.Older versions may use Math.random() in certain circumstances,which is known to be problematic.See https://v8.dev/blog/math-random for details.npm ERR! Unexpected end of JSON input while parsing near'...-resolvable:E1.0.0'npm ERR! A complete log of this run can be found in: npm ERR!C:/Users/MuKuNd/.atom/.apm/_logs/2022-04-03T18_04_36_544Z-debug.log
I tried both ways in app and command prompt.

Why does not ionic serve run?

I am getting this error while running ionic serve :
[ng] An unhandled exception occurred: The target entry-point "#ionic-native/splash-screen" has missing dependencies:
[ng] - #ionic-native/core
[ng] See "C:\Users\RACHED\AppData\Local\Temp\ng-VPGMIS\angular-errors.log" for further details.
[ERROR] ng has unexpectedly closed (exit code 127).
The Ionic CLI will exit. Please check any output above for error details.
and this is
app.component.ts
package.json
ionic info
I think you just have to uninstall older version and install new one using this:
npm uninstall -–save #ionic-native/core
npm install –-save #ionic-native/core#latest
and this will work
You need to install the latest version of ionic-native/core
npm install --save #ionic-native/core#latest

npm create-react-app cannot create an app

It creates the files, but after the npm start command this is the error message:
Failed to compile
./src/index.css (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./src/index.css)
Error: Package exports for '/media/parragi/Új kötet/Web development/react projects/react-playground/node_modules/autoprefixer/node_modules/kleur' do not define a valid './colors' target
The npm version is: 6.12.0
The create-react-app version is: 3.4.1
What should I do with it?

failed to locate system libraries for CCS operation ibusb-0.1.so.4

i have installed libsub with sudo apt-get install libusb-0.1-0-dev
but i get this error while installing CCS
failed to locate system libraries for CCS operation ibusb-0.1.so.4
it was solved with the following installation
sudo apt-get install libusb-0.1-4

server keeps shutting off using grunt serve due to connect:livereload

Here is the error I'm getting, I'm relatively new with using grunt on personal projects, anybody have any clue? strong text
Salmans-MacBook-Pro:ang-news Salman$ grunt serve
Local Npm module "grunt-contrib-connect" not found. Is it installed?
Local Npm module "grunt-contrib-jshint" not found. Is it installed?
Local Npm module "grunt-ng-annotate" not found. Is it installed?
Running "serve" task
Warning: Task "connect:livereload" not found. Use --force to continue.
Aborted due to warnings.
install the modules with:
npm install grunt-contrib-connect grunt-contrib-jshint grunt-ng-annotate --save-dev

Resources