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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: