-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
website: add missing dependencies #3653
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
website: add missing dependencies #3653
Conversation
Before: after dependencies installation and starting the website it broke with 30! errors. Now: everything works.
|
Can you share the issue you were facing? |
Actions
ErrorsHave 30 compile errors:
My patch fixes BOTH errors in all places. |
|
Hey, @arpitBhalla, there is some demo for both cases: Before fix:Work with console:demo_fail.mp4Website itself:After fix:Work with console:demo_success.movWebsite itself: |
|
Hey, it's bit weird you are getting this error, |
|
Tried it. |
|
Also I has the latest node: |
|
@arpitBhalla, just ran website in Docker container. |
Codecov Report
@@ Coverage Diff @@
## next #3653 +/- ##
=======================================
Coverage 79.23% 79.23%
=======================================
Files 87 87
Lines 1811 1811
Branches 802 802
=======================================
Hits 1435 1435
Misses 370 370
Partials 6 6 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
🐳Docker test🐳Before fix:Now: |
|
Hey, @arpitBhalla.
Will you merge this pr?😅 |
|
Hey, i have to manually update |
|
@arpitBhalla, I just saw, that |
Yep I am aware of that, was making sure no miscellaneous pkg was added via lock file. |


Before: after dependencies installation and starting the website it broke with 30! errors.
Now: everything works.
Motivation
Fixes bug with the launch of the website (website didn't launch at all!).
Type of change
How Has This Been Tested?
exampleappChecklist