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

Feature: display node modules in use at start #42

Open
typeoneerror opened this issue Jul 23, 2020 · 1 comment
Open

Feature: display node modules in use at start #42

typeoneerror opened this issue Jul 23, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@typeoneerror
Copy link
Contributor

pndev start

should show the currently used links:

find node_modules node_modules/\@* -depth 1 -type l -print | while read MODULE ; do
    echo "Linked module in use: $MODULE"
done
@typeoneerror typeoneerror added the enhancement New feature or request label Jul 23, 2020
@typeoneerror typeoneerror self-assigned this Jul 23, 2020
@christophermlne
Copy link

@typeoneerror i'd just add the ability to force install node_modules like this:

pndev start

IF yarn links in the @precision-nutrition folder detected:

"Linked module(s) in use: $MODULE". Use "pndev start -f" to overwrite linked modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants