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

Dependencies with NPM #2

Open
DavidMikeSimon opened this issue Mar 19, 2014 · 0 comments
Open

Dependencies with NPM #2

DavidMikeSimon opened this issue Mar 19, 2014 · 0 comments

Comments

@DavidMikeSimon
Copy link

(A similar issue is in Ayamel-Examples, but really the major dependency branch point is here, so I'm putting an issue here as well).

Rather than a script that does manual checkouts of depended-upon repositories, it would be more reliable and safer to use a mechanism that defines dependencies explicitly and recursively, such as npm. This has a few advantages:

  1. Sub-dependencies are recursively installed
  2. The particular version of interest can be locked, rather than this project being subject to anything that breaks in the master branch of the dep
  3. It's the standard way of doing things, which makes it easier for new developers and also to use other tools such as Travis.
verdude pushed a commit to BYU-ODH/yvideojs that referenced this issue Mar 19, 2019
# This is the 1st commit message:

WIP npm package

# This is the commit message BYU-ARCLITE#2:

1.0.5

#release
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

1 participant