node-sass Questions

3

Solved

I updated from Angular 7 to Angular 14 after removing all the errors in my project this is the only error that is stopping me from compiling successfully. I am getting this error on ng serve: /sr...
Solipsism asked 22/7, 2022 at 10:14

10

When I try to install node-sass using npm, I get the following error message: Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node":" The comm...
Incompliant asked 25/8, 2017 at 8:4

4

npm install node-sass npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older vers...
Robbert asked 2/6, 2022 at 9:37

27

I'm try to install modules on Windows 10 using npm 5.6.0. When I enter npm install I get: gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 gyp ERR! stack at ChildProces...
Squelch asked 18/3, 2018 at 13:36

38

Solved

Suddenly in one of my jenkins environment build has started failing, while in local machine it seems to be working fine as i have python installed, From the logs i was able to detect that the prob...
Stormproof asked 21/8, 2017 at 16:2

5

Solved

I want to implement a SASS compiler for my online editor, for this I want to use the npm package "node-sass". However I get the error Module not found: Error: Can't resolve 'fs' in '<M...
Kellen asked 5/1, 2022 at 10:46

4

Recently I updated my angular application to version 14 and after the upgrade, I am getting the below error. The error is below ./src/assets/vendor/default/styles.scss - Error: Module build failed ...
Indite asked 29/11, 2022 at 9:27

13

Using n to switch Node versions. I've ran yarn, npm rebuild node-sass --force many many times. And still fails. Getting this error: Node Sass could not find a binding for your current environment...
Stantonstanway asked 2/11, 2018 at 20:16

4

Solved

this what VSC terminal show me Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (93) For more information on which environments are supported ...
Spadiceous asked 27/6, 2022 at 21:14

6

I'm attempting to dockerise my node application. My current application is a nodejs express server with postgresql. ExpressJS uses node-sass-middleware to handle the sass assets. When I run node an...
Abbie asked 30/1, 2017 at 18:17

10

I'm getting the following errors whenever I run npm install on a vue.js project 5769 error code 1 5770 error path /*my path*/node_modules/node-sass 5771 error command failed 5772 error command sh -...
Clino asked 24/9, 2021 at 8:49

7

When running ng serve I have this result: *./src/main.ts - Error: Module build failed (from./node_modules/@ngtools/webpack/src/ivy/index.js) ../.component.scss:17:100: ERROR: Unterminated string t...
Meadors asked 20/7, 2022 at 5:16

7

Solved

I am trying to install node-sass in a project, which perfectly builds and runs on my pc but on my surface I am having major issues when trying to install the packages. Note: I have tryed reinstall...
Madai asked 30/10, 2019 at 10:14

39

Solved

E:\A Prem World\Team_Work_Tasks\Anjali\Anjali_20160524\QuizApp_20160524_01_Anj>ionic serve -l (node:4772) fs: re-evaluating native module sources is not supported. If you are using the graceful-...
Oxyacid asked 24/5, 2016 at 13:29

1

It's going to be awhile that I'm trying to find a solution to use javascript variables has scss value. Let me explain my issue. I use VueJs/Vuetify and I've got two entry point for my theme. The fi...
Ringworm asked 4/7, 2020 at 15:19

16

When doing yarn install i get this error, but no issues one other projects, also used Brew to install node. Note sure what else should i try, any suggestions? error */node_modules/node-sass: Comman...
Binturong asked 11/11, 2021 at 23:17

3

After updating the brew and reinstalling node, an error occurs when setting the dependencies. Tell me how to solve this? The code below is not the entire error, there is only a part since there is...
Visayan asked 25/5, 2018 at 9:54

12

Solved

I have a angular application: https://github.com/XBITSwitzerland/ngx-admin/tree/ng2-admin And now I try to do: npm install But I get this error (The compete Output of the command was way too long...
Craquelure asked 29/1, 2019 at 18:34

4

Solved

When I install node-sass for a React project, it gives me the error below. I tried lot of things but none did work. I tried to delete it and install it again, I tried to start a new project but it'...
Bobodioulasso asked 14/2, 2022 at 23:1

34

Getting this error on Arch Linux with node-sass. I'm using it with gulp-sass. Node Sass does not yet support your current environment: Linux 64-bit with false Versions $ gulp -v [19:43:15] CLI ...
Prytaneum asked 19/5, 2016 at 13:22

3

Solved

package.json "scripts": { "compile:sass": "node-sass sass/main.scss css/style.css -w" } main.scss @import "abstracts/variables"; @import "base/typography"; _variables.scss $color-light-g...
Bushel asked 27/11, 2017 at 8:49

7

Solved

So I'm running tasks in npm package scripts but I want to pass the watch option in npm start. This works: "scripts": { "scss": "node-sass src/style.scss dist/style.css -w" } This doesn't compi...
Defeatist asked 14/1, 2016 at 18:31

3

Solved

When I start my react project in Fedora 32 using command yarn start, it shows error like this: ./src/style/base.scss (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/po...
Urga asked 12/12, 2021 at 10:56

5

Solved

when running npm install --saveDev [email protected] I am getting this error I have tried many things like removing node modules and package-lock.json and installing window-builder-tools and...
Dominant asked 25/6, 2022 at 0:47

10

Running create-react-app, I get the error in my create-react-app application: To import Sass files, you first need to install node-sass. Run npm install node-sass or yarn add node-sass inside y...
Cabby asked 8/11, 2019 at 15:35

© 2022 - 2025 — McMap. All rights reserved.