Topic: npm installation failing after working correctly for 3 months
quizzical56 pro asked 6 years ago
So, things were working for me for the last 3 months.
Following is the line from the package.json with token replaced
"ng-uikit-pro-standard": "git+https://oauth2:mytoken@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git",
Following is the output I'm seeing now. I'm running this on aws codebuild.
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t https://oauth2:mytoken@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git
npm ERR!
npm ERR! fatal: unable to access 'https://oauth2:mytoken@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-12-02T14_05_27_185Z-debug.log
[Container] 2018/12/02 14:05:27 Command did not exit successfully npm install exit status 1
[Container] 2018/12/02 14:05:27 Phase complete: INSTALL Success: false
[Container] 2018/12/02 14:05:27 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: npm install. Reason: exit status 1
Add comment
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 6.2.3
- Device: web
- Browser: nodejs
- OS: ubuntu
- Provided sample code: No
- Provided link: No