A
A
Alex Phil2018-06-23 15:13:39
JavaScript
Alex Phil, 2018-06-23 15:13:39

How to install npm package from my fork?

There is a package in npm (laravel-mix-pug), it does not work correctly, I forked the project and made the changes I needed, how can I now make the package from my fork pull from package.json? This is necessary because there are a lot of developers in the team, and there is also Docker, which assembles the build from npm dependencies and deploys it to production.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
codefln, 2018-06-23
@Flex99

npm install <your-git-repo> --save

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question