You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
…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
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 supportnpm
andyarn
.$npm_execpath
does not work on Windows.The text was updated successfully, but these errors were encountered: