Skip to content
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

Problem with installing react slick through github #1515

Closed
vasupol11 opened this issue Mar 12, 2019 · 1 comment
Closed

Problem with installing react slick through github #1515

vasupol11 opened this issue Mar 12, 2019 · 1 comment

Comments

@vasupol11
Copy link

Please excuse my inexperience, I have just started using npm along with react-slick and I have some minor changes I have to make in the react-slick source code. It requires me to fork and I wish to use the repo I forked for my npm package instead of
npm install react-slick --save
what I have tried so far
npm install git+https://github.com/akiran/react-slick.git --save (just to see)
npm install git+https://github.com/vasupol11/react-slick.git --save (my repo)

Thank you for having a look at my problem.

@virtuexru
Copy link

virtuexru commented Jul 30, 2019

@vasupol11 You need to commit the dist and lib folders to your forked repo in order for the forked version to work. Remove them from .gitignore, run a npm run build then commit the folders after that try npm install of your fork again.

@akiran akiran closed this as completed May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants