chectl server:deploy --installer helm throws error listen EACCES: permission denied \\.\pipe\notifierPipe-xxxx #18702
Labels
area/chectl
Issues related to chectl, the CLI of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P2
Has a minor but important impact to the usage or development of the system.
Describe the bug
Steps to reproduce
Expected behavior
It finishes without error
Runtime
docker version
andkubectl version
)Installation method
chectl version
commandEnvironment
Additional context
It seems node-notifier doesn't work out of the box on WSL2
mikaelbr/node-notifier#353
After running chmod, I confirmed
server:deploy
finishes successfully.$ sudo chmod +x /usr/local/lib/chectl/node_modules/node-notifier/vendor/snoreToast/snoretoast-x64.exe
To be honest, showing notification on every command annoys me.
Commands which can be finished in a few seconds like
dashboard:open
andserver:status
don't need notification I think.The text was updated successfully, but these errors were encountered: