Skip to main content

Questions tagged [node-sass]

Node-sass is a library that provides binding for Node.js to libsass, the C version of the popular stylesheet preprocessor, Sass.

node-sass
0 votes
0 answers
10 views

migrating node-sass to dart sass in react app and getting compilation error from react-dates package (da)

I am trying to migrate from node-sass to dart sass. I am also using react-dates package and including datePicker css file. color: darken(#cacccd,10%); function is being used in datePicker and I am ...
Komal Kanpariya's user avatar
0 votes
0 answers
44 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 ...
Priyanka 's user avatar
0 votes
0 answers
25 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 ...
Kuci's user avatar
  • 198
0 votes
1 answer
74 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 ...
mohamed souilmi's user avatar
0 votes
2 answers
79 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-...
Priyanka 's user avatar
0 votes
1 answer
117 views

Problem installing npm install, unable to find python2, node-sass and node-gyp

I am starting a new Elixir project and trying to install npm in the assets folder. I keep running up against the same error, first python2 is not found, and then it is either an issue with node-sass ...
Max Lyman's user avatar
0 votes
0 answers
45 views

Additional CSS file with fix name and path in Nextjs

I would like to generate an extra/additional CSS file with fix path, so I can use that within a rich text editor in a CMS. Nextjs by default generates layout and pages CSS files like this: _next/...
levipadre's user avatar
  • 619
1 vote
0 answers
28 views

Error: EACCES: permission denied When trying to run install sass

I am trying to install Sass but I keep on getting this error: I have installed node-20.30.1.pkg successfully If I run : node -v I get - v20.13.1 If I run : npm -v I get - 10.5.2 If I run : sass --...
Fernando's user avatar
0 votes
0 answers
233 views

error: no member named 'AccessorSignature' in namespace 'v8'

I'm using Node - v20.12.2 node-sass- 9.0.0 macOS when I'm trying to install latest node-sass library this error was thrown ../../nan/nan_callbacks.h:55:23: error: no member named '...
Muditha's user avatar
  • 183
0 votes
0 answers
46 views

npm ERR! code 126 - Exec format error when installing node-sass

I'm encountering an issue while trying to install node-sass in my project. Whenever I run npm install, I receive the following error: npm ERR! code 126 npm ERR! path C:\Users\hix\Documents\GitHub\...
hicham outaleb's user avatar
0 votes
0 answers
127 views

Webpack Error: TypeError: Cannot read properties of undefined (reading 'join')

I'm working on a legacy MEAN project and i have updated nodejs to version 20 and updated webpack, webpack-command and webpack-cli and node-sass packages, now encountering the above error when running ...
zohaib alvi's user avatar
0 votes
0 answers
87 views

Error Installing Package: Cannot find module 'npm-cli.js' - Node.js v20.12.2

Sass package not installed I wanted to create a css library using sass. I have already used the sass package several times to compile the css file. I ran this command: npm install node-sass --save-...
Mehrab's user avatar
  • 1
0 votes
0 answers
64 views

Trouble installing the create-react-app Must-Have-Libraries using yarn or npx; node-gyp, node-sass, or dependency problem?

I tried using the following commands in my project folder's terminal to follow along with a book I am learning from, titled "Integrating D3.js with React: Learn to Bring Data Visualization to ...
drcasas2's user avatar
0 votes
0 answers
16 views

im getting 'local gulp not found' in an old angularjs code despite doing npm install and also installing gulp packages

Ive been provided an old Angularjs code by my senior developer and i am told to build and run it in my laptop. but i tried npm install --save-dev . the code contains a gulp file also , and it had a ...
Sai Siddharth P's user avatar
0 votes
0 answers
145 views

Angular 14 - Getting SASS errors unterminated errors at line 17 [duplicate]

We recently migrated from Angular v9 to Angular v14. The project runs fine when we do ng serve but when we are trying to build the application using ng build it won't build and gives the below errors: ...
Sainath S's user avatar
  • 297

15 30 50 per page
1
2 3 4 5
63