Issue with npm install #236
Replies: 2 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
7 replies
-
This issue was being caused due to eslint parser package, which has been removed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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