938 questions
1
vote
0
answers
127
views
how to resolve "binding.node is not a valid win-32 application error" installing node-sass
I have a vuejs application, and when I npm install, it produces the following error:
npm error code 1
npm error path D:\Dev\Asm.Helios\Web\Aeos\ASM.Helios.Website.Winform-Component-Library\...
0
votes
0
answers
41
views
Gulp, node-sass and gulp-core-build-sass all failed installing?
I had it with npm packages. I tried installing gulp to run gulp trust-dev-cert on my would-be-deployed application. It wouldn't install as it runs on an error:
npm error code 1
npm error path C:\Users\...
1
vote
0
answers
106
views
GruntJS grunt-sass 4.0.0 Fatal error: options.implementation.compileAsync is not a function
I ran my grunt command just fine, then saw that grunt-sass 4.0.0 was available, so I updated. Now, every time I run grunt I get a fatal error:
Running "sass:dist" (sass) task
Fatal error: ...
0
votes
0
answers
60
views
How can I prevent my node production deployment from installed devDependencies?
I'm running into an issue with the production deployment of my Node app. When I deploy to dev it's fine. When I deploy to production, the build errors on the node-sass package. Based on this SO thread ...
1
vote
1
answer
273
views
stack Error: Could not find any Visual Studio installation to use even after upgrading node-gyp and installing vs code tool
I have already followed this link node-gyp upgrade and upgraded it to 11.0.0 . But still getting this error when trying to run npm install. stack Error: Could not find any Visual Studio installation ...
0
votes
0
answers
157
views
How can I replace node-sass module?
I'm trying to start my website again after few years but can not change the code because my gulpfile.js for the compiler does not start.
Terminal says that the reasoin is that node-sass I used before ...
0
votes
2
answers
418
views
Error: Could not find any Visual Studio installation to use when building node-sass with node-gyp on Windows
I'm trying to install dependencies for a frontend project from GitHub, but I keep encountering the same error during installation.
The error that keeps occurring
PS C:\Users\User\Desktop\...
0
votes
0
answers
23
views
Trying to download dependencies, but got "Build failed with error code: 1"
I got a great portfolio template from Start Bootstrap, but I ran into an issue installing dependencies. There is no node_modules folder after running npm i. This is my package.json:
{
"title&...
0
votes
1
answer
263
views
Error while building node-sass: ModuleNotFoundError: No module named 'distutils'
I'm encountering an error while trying to build my project using npm install. The error message I'm getting is:
npm ERR! code 1 npm ERR! path C:\Users\user\Desktop\my_project\client\node_modules\node-...
0
votes
0
answers
107
views
Upgrading Angular v11 to v12 getting SassError on ng serve
I upgraded my Angular app from 11 to 12.
I used the commands:
1: ng update @angular/core@12 @angular/cli@12 --force
2: ng update @angular/cdk@12 @angular/material@12 --force
I've encountered some ...
2
votes
1
answer
51
views
Cannot compile scss file through sass module [closed]
I need a map of initial values, so I'm using this
spacer.scss
@use "sass:map";
$initial: 4px;
$values: ();
@for $i from -5 through 12 {
$spacers: map.sets($spacers, $i, $i * $spacer);
}
...
0
votes
0
answers
193
views
How to fix npm error for node-sass npm error with node 20
I have upgraded my node from 12 to 20.
Now node-sass library is causing a problem.
Even if i am trying to install [email protected]
Its internally trying to install 4.14.1 from @angular/cli module.
Npm ...
0
votes
0
answers
56
views
Icomoon - switching from node-sass to sass - good way
at the moment I have hundred websites using icomoon. The system builds styles using node-sass - we want to switch to the sass package. And here comes the problem:
Sometimes, to insert an icon, we use ...
0
votes
1
answer
167
views
error after upgrading from angular 12 to angular 15
i'm upgrading an angular project from angular 12 to 15.
after doing all the necessary steps, i still get this error after building:
knowing that i already removed all the ~ from the css imports and ...
0
votes
2
answers
2k
views
How to fix node error after upgrading node version to 20
I have upgraded my node to version 20, and my angular 5 code is breaking because of that.
Errors that I am getting
npm info run [email protected] postinstall {code:0, signal:null }
npm info run node-...