Hello I'm having issues while importing the library into my reactJS application.
I'm calling npm install --save openshift-rest-client
and importing the library into my app.js
import openshiftRestClient from 'openshift-rest-client';
But I receive a lot of errors seems to be dependencies related.
ERROR in ./node_modules/@kubernetes/client-node/dist/attach.js 7:20-42
ERROR in ./node_modules/@kubernetes/client-node/dist/config.js 6:11-24
ERROR in ./node_modules/@kubernetes/client-node/dist/config_types.js 6:11-24
all of them are with module not found. What are all the dependencies needed?
Thank you!
Hello I'm having issues while importing the library into my reactJS application.
I'm calling npm install --save openshift-rest-client
and importing the library into my app.js
import openshiftRestClient from 'openshift-rest-client';
But I receive a lot of errors seems to be dependencies related.
ERROR in ./node_modules/@kubernetes/client-node/dist/attach.js 7:20-42
ERROR in ./node_modules/@kubernetes/client-node/dist/config.js 6:11-24
ERROR in ./node_modules/@kubernetes/client-node/dist/config_types.js 6:11-24
all of them are with module not found. What are all the dependencies needed?
Thank you!