react-toastify icon indicating copy to clipboard operation
react-toastify copied to clipboard

[Chore][Bug] Having troubles installing and running the example project to start contributing

Open AgustinJuarezN opened this issue 3 years ago • 0 comments

Do you want to request a feature or report a bug?

I want to request a chore and a bug to improve the starter to contribute.

What is the current behavior?

Missing step

When I followed all steps on the CONTRIBUTING.MD file I saw a missing step to install the example project before run yarn start.

Parcel issue

Problem

Also when I was installed the example project and run the project I had an error with parcel (related to this issue)

Screenshot

parcel-error

Solution

To resolve this problem I added a new dependency to the example project "parcel-bundler": "1.12.3".

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your CodeSandbox (https://codesandbox.io/s/new) example below:

What is the expected behavior?

Server running successfully server-running

AgustinJuarezN avatar Nov 25 '21 15:11 AgustinJuarezN