-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Running new install from Quickstart guide compiles with errors #340
Comments
problem is real |
Looking into it
…On Sat, Jul 16, 2022 at 2:21 PM Niklas von Haxthausen < ***@***.***> wrote:
problem is real
—
Reply to this email directly, view it on GitHub
<#340 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHCCD4KAIR74LFCJALQQ5DVUKSONANCNFSM53PNDZNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Camberi - Madrid, Munich, Milan
|
Some dependency must have introduced a bug, but I am not able to find it, nor it seems to happen to anyone else.
The error is still there but the app is working.
|
Version 2.0 seems to have the compilation error, but the app works correctly: |
Seeing exactly this issue on my end as well, with whatever the Quickstart steps pulled down yesterday. Additionally, although not necessarily related, after copy-pasting the provided sample tsx schema into App.tsx, Addendum: the above fix (GENERATE_SOURCEMAP), now that i actually have a chance to run it, also fails.
|
Hi guys, with a clean install and this package.json for version 1.0, seems to work fine.
and let me know if it works for you now? |
Bombing things out and simply immediately running
re-running Additionally,
|
Hi guys, I have released a version in the
Note that there is an additional material date pickers dependency, besides the main library version update |
Alright. Trying this on a different machine from a fresh, clean start using only
|
I think you have followed the quickstart from version 2.0 but are using version 1.0 |
Same 3 warnings, but this time it looks like it's built a stable instance.
Ok. Upload works fine from an actual firebase-hosted instance, so the error is probably CORS or similar on the firebase / gcloud side. |
Alright- found an issue with the date picker. I was on the verge of creating a new standalone Issues post, but since datepicker was something you just tweaked experimentally as part of this resolution, I figured I'd run it up the flagpole here first. I'm guessing I won't be able to readily get a vanilla/current 1.0.0 or 2.0.0 instance running without the pending tweak, so I can't actually prove whether or not it's related.
|
Working package.json
V2: https://firecms.co/docs/quickstart
|
This is an issue with CRA, see this discussion and this pull request. Here's a temporary solution using Craco. |
This does not apply anymore to the latest version |
I am running the Quickstart instructions for the first time. I have added the required packages via Yarn. I am getting the following errors when running
yarn start
:The text was updated successfully, but these errors were encountered: