How to contribute ? #4814
Unanswered
talatkuyuk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My main problem is that I couldn't link (with
npm
oryarn
) the local@tanstack/table
packages into my own project.I would like to contribute to
@tanstack/table
. I need to try the cloned and contributed local@tanstack/table
in my own project, then see it is working, then make a PR.I read the document in the https://github.com/TanStack/table/blob/main/CONTRIBUTING.md
I forked the repo and cloned it to my local machine. I made some changes and
yarn build
In the local @tanstack/table repo, in the root, I tried
yarn link
, and I received an error messageerror Couldn't find package name.
Then, I understand I have to navigate to the packages directory. In the
/packages/react-table
directory, I triedyarn link
, and I received a success messagesuccess registered "@tanstack/react-table".
Then, to try the local
@tanstack/react-table
in my own project, in the directory of my own project, I didyarn link @tanstack/react-table
and, I received success messagesuccess using linked package for "@tanstack/react-table".
Do I have to do it also for "@tanstack/table-core" ? I actually did the same for this package, because the Vs code warns that couldn't find it.
In my own project, in node_modules I receive an error
Cannot read file '/my-project-local-path-to/node_modules/tsconfig.base.json'.
due to"extends": "../../tsconfig.base.json",
relative path reference in thetsconfig.json
in the@tanstack/table
packages.Can somebody explain how to link the local
@tanstack/react-table
into my own project in order to try it and contribute, step by step, please?@tannerlinsley @KevinVandy @juhanakristian @jpedroh @david-crespo
Still waiting....
Beta Was this translation helpful? Give feedback.
All reactions