Hello,
I am facing below error when performing npm install using package.json
[ERROR] npm ERR! git fetch -a origin (https://xxxxx:xxxxx@my.handsontable.com/handsontable/handsontable-pro.git) fatal: unable to access ‘https://xxxxx:xxxxx@my.handsontable.com/handsontable/handsontable-pro.git/’: Operation timed out after 0 milliseconds with 0 out of 0 bytes received
[ERROR] npm ERR! Windows_NT 6.3.9600
I have added below entry in package.json under dependencies
“handsontable”: “git+https://xxxxx:xxxxx@my.handsontable.com/handsontable/handsontable-pro.git#1.10.2”
Note: I am manually accessing the url https://xxxxx:xxxxx@my.handsontable.com/handsontable/handsontable-pro.git
it’s throwing internal server error.
xxxxx:xxxxx is my username and password.
Thanks,