Getting Module build failed error while running npm run dev - vuejs2

Getting error while running npm run dev
Laravel: 9.19
Vuejs: 2.6
Laravel-mix:6.0.12
Thanks in advance:)
Error:
ERROR in ./resources/sass/app/app.scss
Module build failed (from ./node_modules/laravel-mix/node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js):
Error: Can't resolve '../../../node_modules/bootstrap-sass/assets/stylesheets/fonts/bootstrap/glyphicons-halflings-regular.eot' in '/var/www/html/project-name/resources/sass/app'
at finishWithoutResolve (/var/www/html/project_name/node_modules/enhanced-resolve/lib/Resolver.js:309:18)
ERROR in ./resources/sass/admin/admin.scss
Module build failed (from ./node_modules/laravel-mix/node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js):
Error: Can't resolve '../../../node_modules/admin-lte-sass/build/bootstrap/scss/fonts/bootstrap/glyphicons-halflings-regular.eot' in '/var/www/html/project-name/resources/sass/admin'
2 ERRORS in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
webpack compiled with 4 errors

Related

Error: Cannot find module '#trufflesuite/bigint-buffer'

Unable to truffle migrate as it is showing - Error: Cannot find module '#trufflesuite/bigint-buffer'.
Even I tried the command npm install #trufflesuite/bigint-buffer

Problems installing Rtools

After installing Rtools4, I try installing jsonlite package
I get the following message:
C:/HYAPP/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lR
collect2.exe: error: ld returned 1 exit status
no DLL was created
ERROR: compilation failed for package 'jsonlite'
* removing 'C:/Users/Documents/R/win-library/4.1/jsonlite'
Warning in install.packages :
installation of package ‘jsonlite’ had non-zero exit status

Why do I get this error: Can't resolve './components/forms/LoginForm'

Why do I get this error after running the npm run dev command:
npm run development
ERROR in ./resources/js/app.js 5:0-53
Module not found: Error: Can't resolve './components/forms/LoginForm' in 'D:\wamp64\www\my-website\my-website\resources\js'
Try registering the component like this
'./components/forms/LoginForm.vue'

my vue app failed to compile because that error

i just want to install vue via cli
and this error shows up
Module build failed (from ./node_modules/eslint-loader/index.js)

RHadoop - Rstudio - Install arulesViz library

I'm trying to install the arulesViz library using RStudion in Cloudera Machine. For that I'm executing:
install.packages("arulesViz", type = "source")
But I'm getting the following error:
ERROR: configuration failed for package ‘curl’
* removing ‘/home/cloudera/R/x86_64-redhat-linux-gnu-library/3.3/curl’
Warning in install.packages :
installation of package ‘curl’ had non-zero exit status
ERROR: dependency ‘curl’ is not available for package ‘httr’
* removing ‘/home/cloudera/R/x86_64-redhat-linux-gnu-library/3.3/httr’
Warning in install.packages :
installation of package ‘httr’ had non-zero exit status
ERROR: dependency ‘httr’ is not available for package ‘plotly’
* removing ‘/home/cloudera/R/x86_64-redhat-linux-gnu-library/3.3/plotly’
Warning in install.packages :
installation of package ‘plotly’ had non-zero exit status
ERROR: dependency ‘plotly’ is not available for package ‘arulesViz’
* removing ‘/home/cloudera/R/x86_64-redhat-linux-gnu-library/3.3/arulesViz’
Warning in install.packages :
installation of package ‘arulesViz’ had non-zero exit status
How can I solve this problem?
Thanks!
Package curl has the following requirements (see https://cran.r-project.org/web/packages/curl/index.html):
SystemRequirements: libcurl: libcurl-devel (rpm) or libcurl4-openssl-dev (deb).
Install the library and it will probably work.