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 build scripts to work on Windows #14

Closed
thomaswinkler opened this issue Nov 2, 2023 · 0 comments · Fixed by #16
Closed

Fix build scripts to work on Windows #14

thomaswinkler opened this issue Nov 2, 2023 · 0 comments · Fixed by #16
Assignees

Comments

@thomaswinkler
Copy link
Collaborator

Scripts in package.json use $npm_execpath to use the package manager binary in the script that has been used to run the script. Initially the idea was to support npm and yarn.

$npm_execpath does not work on Windows.

@thomaswinkler thomaswinkler self-assigned this Nov 3, 2023
@thomaswinkler thomaswinkler linked a pull request Nov 3, 2023 that will close this issue
thomaswinkler added a commit that referenced this issue Nov 3, 2023
…12-make-c8yclient-a-peer-dependency

* commit 'f544cc3e5da53a05e5a50f1a92f58e63521e193b':
  Updated license in package.json
  Updated Readme
  Using npm now instead of $npm_execpath. Should also fix #14.
  Added missing .gitignore file.

# Conflicts:
#	package.json
#	yarn.lock
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 a pull request may close this issue.

1 participant