-
Notifications
You must be signed in to change notification settings - Fork 766
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
[React Typescript] Problem initializing application #274
Comments
Hi @mateusholandacdv, did you manually copy the charting_library & datafeed or used the script? |
Testing from scratch using both the provided script to copy the libs and
doesn't seem to trigger any issue. |
Hi. Yes, I copied both folders manually. I managed to get things working by changing the
If I change back to the default versions it throws the same error. |
Ok, I'll try downgrading my Node and use the recommended versions in |
I followed all the steps for the React Typescript integration from https://github.com/tradingview/charting-library-examples, copying
charting_libraries
anddatafeeds
to their respectively folders, but I can't start the example app properly. I'm getting this error:Maybe it's caused by a conflict between dependencies, I guess
@types/react
and@types/react-dom
, but I'm not sure. Anyways, even following step-by-step the documentation provided I couldn't make things work.My
node
andnpm
versions are:The package.json is exactly the same as the one from Github.
The text was updated successfully, but these errors were encountered: