-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm error after running quick start #52
Comments
@maya that is not a Fractal error but a problem with the permissions on your NPM installation - these docs on fixing permissions errors should help fix the issue. You can also try running the Fractal global install using sudo - i.e. |
I think I updated my permissions, and now get this....
|
Btw we'd love to chat with you about fractal in the design systems slack: http://designsystems.herokuapp.com/ |
Hi @maya - I've had a look into this and it seems that node-gyp (that is used by many upstream dependencies) doesn't work with Python 3: nodejs/node-gyp#193 - it sounds like it's this that is causing you an issue. You can try and solve the issue by installing node-gyp as a global module, pointing it to an older version of python (if you still have one on your machine), using something like And thanks for the Design Systems slack link - @adactio mentioned it the other day actually too and I've been meaning to check it out. I'm slightly drowning in Slack messages at the moment but it sounds good so I'll jump in :-) |
Add user-configurable `beautify` filter
Add user-configurable `beautify` filter
Add user-configurable `beautify` filter
Add user-configurable `beautify` filter
I got this error after running the quick start
npm i @frctl/fractal -g
:Error log: http://cl.ly/g2Ya
Background: I had an older version of node.js when I ran it first, got an error, then updated to the latest stable version.
The text was updated successfully, but these errors were encountered: