Issue with npm install #236
Unanswered
Davidthecode
asked this question in
Q&A
Replies: 1 comment 7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, hats off to those building this cool UI component library. I came across this project, loved the idea and wanted to contribute but i had issues installing the node modules when i ran
npm install
. I encountered an error that indicated a dependency resolution issue with conflicting versions of the Rollup package and its plugins.Since i couldn't figure out the issue, i ran a force install only to encounter more issues related to the
node-sass
module. I did some research and found out its a native addon that's required to be compiled during installation and a build tool is required -node-gyp
.I went through the
node-gyp
docs for windows but i have been unable to make it work on my machine. I could use some assistance to resolve this issue and get it running on my PC. Thanks in advance for your help.Beta Was this translation helpful? Give feedback.
All reactions