-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixes gimbal node version #101
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/aimementoring/website/exevjpd2n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good,
I just want to check, do we need any of these plugins for gimbal also?: Available Plugins
Hey @bronz3beard, yes, I'm having issues loading some gimbal plugins and I do not understand why is that happening...if you can check that would be great |
@@ -49,7 +47,7 @@ | |||
"cross-fetch": "^3.0.4", | |||
"dotenv": "^8.2.0", | |||
"express": "^4.17.1", | |||
"filestack-react": "^3.1.0", | |||
"filestack-react": "2.0.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I upgraded modules trying to fix a Gimbal
issue and I had to downgrade filestack-react
for now to fix build issue. filestack-js known issue
@kbardi Gimbal is working locally but the rest is really strange! What I have learnt is this. It has its own version of
In the action WF, the file that it says is missing In the action wf it is looking for the file in I cant figure out why this is happening? I could ask I think the issue could be around changing our node version recently, I think sqlite3 is compatible with Maybe this info can help you find an answer, I hope. |
Fixes gimbal node version
Fixes gimbal node version
resolves #91