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

OpenCollective message pushed up and hidden by dependency tree #3

Open
localjo opened this issue Mar 16, 2017 · 1 comment
Open

OpenCollective message pushed up and hidden by dependency tree #3

localjo opened this issue Mar 16, 2017 · 1 comment

Comments

@localjo
Copy link

localjo commented Mar 16, 2017

After npm install runs, it displays a tree of installed dependencies which pushes the OpenCollective message up out of view (assuming the dependency tree includes more than a few items), so a user isn't likely to see it. :(

screen shot 2017-03-16 at 4 16 41 pm

npm install --silent works, but that depends on users using that flag. I'm not sure if there's an obvious solution here, but just opening this issue to brainstorm some ideas.

@localjo localjo changed the title Logo.txt pushed up and hidden by dependency tree OpenCollective message pushed up and hidden by dependency tree Mar 16, 2017
@localjo
Copy link
Author

localjo commented Mar 16, 2017

I tried "postinstall": "sleep 5 && ./node_modules/.bin/opencollective-postinstall || exit 0" to see if that would bump the message down below the tree, but the tree prints after the postinstall script finishes, so it didn't work.

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