Hello,
I am trying to build an openwhisk IDE, using eclipse theia as a starting point.
I already packages standalone openwhisk as a docker image, and I contributed
the effort.
Theia runs from another docker image.
I am now trying to run wskdebug in the theia docker container.
Note I am able to run "wsk" from theia and I have also docker in the image
and the docker socket mounted, so I can also do docker ps, docker create etc.
But if I try to install wskdebug in the image it fails.
You can easily replicate the issue with `docker run -ti node:10 bash` and then
run `npm install -g @adobe/wskdebug`
I see errors like:
````
ngrok - error storing binary to local file { [Error: EACCES: permission denied,
open
'/usr/local/lib/node_modules/@adobe/wskdebug/node_modules/ngrok/bin/aHR0cHM6Ly9iaW4uZXF1aW5veC5pby9jLzRWbUR6QTdpYUhiL25ncm9rLXN0YWJsZS1saW51eC1hbWQ2NC56aXA=.zip']
errno: -13,
code: 'EACCES',
````
--
Michele Sciabarra
[email protected]