update outdated node-gyp for node-sass#5900
Open
IslamAlam wants to merge 1 commit intoakveo:masterfrom
Open
Conversation
|
same here. Cloning the repo and try npm install fail due to node-gyp in node-sass |
Author
did you try to clone the fork? It should fix the problem. |
|
Hi,
I solved removing package-lock.json, manual added node-sass: 6.0.1 into
package.json and then npm install worked well.
Il ven 26 nov 2021, 19:58 Islam Mansour ***@***.***> ha
scritto:
… same here. Cloning the repo and try npm install fail due to node-gyp in
node-sass
@matzrm <https://github.com/matzrm>
did you try to clone the fork and test it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5900 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCRYV6P4LQFVDNDIQXLBW3UN7KFVANCNFSM5GJAL76Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please read and mark the following check list before creating a pull request (check one with "x"):
Short description of what this resolves:
This PR resolve the issue with fresh installation of ngx-admin. It is due to outdated version of the dependency.
The issue is mentioned #5879, and I have been facing the same as well