SAP / node-rfc

Asynchronous, non-blocking SAP NW RFC SDK bindings for Node.js
Apache License 2.0
252 stars 73 forks source link

Facing issues with node-rfc installation on windows #268

Closed prajyot1708 closed 1 year ago

prajyot1708 commented 2 years ago

@bsrdjan I am trying to install node-rfc on local machine. I installed Cmake and also downloaded node-rfc sdk. Copied it to C:\nwrfcsdk and also set its path in environment variable. but I am facing the below issue and I dont want to set ca=null / NODE_TLS_REJECT_UNAUTHORIZED = 0. Please find the below screenshot for reference.

image

bsrdjan commented 1 year ago

You can set

npm config set strict-ssl false

or clone the repository and build from source

cd node-rfc
npm install
bsrdjan commented 1 year ago

is it working now?

prajyot1708 commented 1 year ago

I am running it behind the corporate firewall and where I am unable to install it as mentioned in the screenshot and I cant set npm config set strict-ssl false because of security issues.