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

Fix permissions bug on managed devices by calling node directly #1972

Merged
merged 2 commits into from
Feb 15, 2023

Conversation

joelanman
Copy link
Contributor

@joelanman joelanman commented Feb 14, 2023

This should fix #1898

previously: calls to npx, which then executes the cli file (not always allowed)
changed to: a call to node (which is allowed) to run the cli file

I think the logic is also easier to follow - previously npx was executing code in node_modules but that was not clear

@joelanman joelanman changed the title Fix permissions bug by calling node Fix permissions bug on managed devices by calling node directly Feb 14, 2023
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

Successfully merging this pull request may close these issues.

Create command fails if permissions are too limited
2 participants