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
The JSDoc dev
dependency causes npm install to fail in node v16.14.x.
npmERR!npmWARNoldlockfileatprocessTicksAndRejections(node:internal/process/task_queues:96:5){npmERR!npmWARNoldlockfilecmd: 'git',npmERR!npmWARNoldlockfile args: [npmERR!npmWARNoldlockfile'--no-replace-objects',npmERR!npmWARNoldlockfile'ls-remote',npmERR!npmWARNoldlockfile'ssh://[email protected]/BrandonOCasey/jsdoc.git'npmERR!npmWARNoldlockfile],npmERR!npmWARNoldlockfile code: 128,npmERR!npmWARNoldlockfile signal: null,npmERR!npmWARNoldlockfile stdout: '',npmERR!npmWARNoldlockfile stderr: 'ERROR: Repository not found.\n'+npmERR!npmWARNoldlockfile'fatal: Could not read from remote repository.\n'+npmERR!npmWARNoldlockfile'\n'+npmERR!npmWARNoldlockfile'Please make sure you have the correct access rights\n'+npmERR!npmWARNoldlockfile'and the repository exists.\n'npmERR!npmWARNoldlockfile}
Additional Information
When cloning the repo and running an npm install the following error is thrown:
npmERR!Errorwhileexecuting:
npmERR!/usr/bin/gitls-remote-h-t https://github.com/BrandonOCasey/jsdoc.gitnpmERR!npmERR!remote: SupportforpasswordauthenticationwasremovedonAugust13,2021.Pleaseuseapersonalaccesstokeninstead.npmERR!remote: Pleaseseehttps://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.npmERR! fatal: Authenticationfailedfor'https://github.com/BrandonOCasey/jsdoc.git/'npmERR!npmERR!exitedwitherror code: 128
The text was updated successfully, but these errors were encountered:
Description
The JSDoc dev
dependency causes
npm install
to fail in node v16.14.x.Additional Information
When cloning the repo and running an
npm install
the following error is thrown:The text was updated successfully, but these errors were encountered: