question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue type

I’m submitting a … (check one with “x”)

  • bug report
  • feature request
  • question about the decisions made in the repository

Issue description

Current behavior: I had NodeJS 13.14.0 Failed to execute neither npm i nor npm ci

10240 error gyp ERR! cwd D:\Projects\Javascript\Angular\ngx-admin\node_modules\node-sass
10240 error gyp ERR! node -v v13.14.0
10240 error gyp ERR! node-gyp -v v7.1.2
10240 error gyp ERR! not ok
10240 error Build failed with error code: 1
10241 verbose exit 1

Current node-sass:

package.json
https://github.com/akveo/ngx-admin/blob/master/package.json#L65

package-lock.json
https://github.com/akveo/ngx-admin/blob/master/package-lock.json#L13748

https://github.com/sass/node-sass :

<html> <body>

Below is a quick guide for minimum and maximum supported versions of node-sass:

NodeJS Supported node-sass version Node Module
Node 16 6.0+ 93
Node 15 5.0+ 88
Node 14 4.14+ 83
Node 13 4.13+, <5.0 79
Node 12 4.12+ 72
Node 11 4.10+, <5.0 67
Node 10 4.9+, <6.0 64
Node 8 4.5.3+, <5.0 57
Node <8 <5.0 <57
</body> </html>

NEED Node 12!! You didn’t say a word about it ((

Expected behavior:

Some issues need review, and may require choosing
a different dependency.

Steps to reproduce:

$ node -v
v13.14.0
$ git clone https://github.com/akveo/ngx-admin.git
$ cd ngx-admin && npm i

Other information:

npm, node, OS, Browser

Node, npm: `v13.14.0` and `7.20.5`
OS: Windows 10 Home
Browser: Chrome

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
Prefix1802commented, Mar 18, 2022

This worked for me:

Download and install python 2.7 and then

npm config set python C:\Python27\python.exe

0reactions
vaibhavkumar-sfcommented, May 16, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

Node.js
Node.js ® is a JavaScript runtime built on Chrome's V8 JavaScript engine. ... For information about supported releases, see the release schedule.
Read more >
Node.js Release Working Group - GitHub
New semver-major releases of Node.js are branched from main every six months. New even-numbered versions are released in April and odd-numbered versions in ......
Read more >
How to Check Node Version? [Check Node JS Version]
Step 1: Navigate to the official download site of Node.js and select the Windows installer button. It will start the download for the...
Read more >
Node.js - Wikipedia
Current stable version: 19.x, Current stable version: Current ; Future release: 20.x, Future release: Planned ; Legend: Old version. Older version, still ...
Read more >
Set up NodeJS on native Windows - Microsoft Learn
Node Version Manager, more commonly called nvm, is the most popular way to install multiple versions of Node.js, but is only available for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found