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

Bypass commands other than install or update #5

Open
Enet4 opened this issue Apr 7, 2016 · 1 comment
Open

Bypass commands other than install or update #5

Enet4 opened this issue Apr 7, 2016 · 1 comment

Comments

@Enet4
Copy link

Enet4 commented Apr 7, 2016

As stated in the readme file, this package wasn't tested with any operation other than install, and nplaym will attempt to run the game, even in operations requesting for information.

$ node --version
v5.10.1
$ npm --version
3.8.5
$ nplaym --version
>


You win! Packages installed!
Your score was 0.
Installation took 0 seconds

$ nplaym help
            >



You win! Packages installed!
Your score was 0.
Installation took 0 seconds

Are there plans for bypassing the game mechanism in these circumstances?

@JonathanUsername
Copy link
Owner

Hmm, I could set it to only run the game when the arguments include 'install' or 'i' and otherwise it would just spawn npm and pass out its stdout etc. normally with no interference from nplaym. Would that be better?

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

2 participants