Npm install prisma/client fails die to git subshell

Any ideas?

npm install prisma/client
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/prisma/client.git
npm ERR! ssh -oStrictHostKeyChecking=accept-new: 1: ssh: not found
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/runner/.npm/_logs/2023-05-18T14_53_08_076Z-debug-0.log

Repl type is Node.

These are your proplems.

1 Expected an assignment or function call and instead saw an expression.
1 Missing semicolon.
1 Expected an assignment or function call and instead saw an expression.
1 Missing semicolon.
1 Expected an assignment or function call and instead saw an expression.
1 Missing semicolon.
2 Expected an assignment or function call and instead saw an expression.
2 Missing semicolon.
2 Expected an operator and instead saw β€˜!’.
2 Expected an assignment or function call and instead saw an expression.
2 Missing semicolon.
2 Expected an assignment or function call and instead saw an expression.
2 Missing semicolon.
2 Expected an assignment or function call and instead saw an expression.
2 Missing semicolon.
3 Expected an assignment or function call and instead saw an expression.
3 Missing semicolon.
3 Expected an operator and instead saw β€˜!’.
3 Expected an assignment or function call and instead saw an expression.
3 Missing semicolon.
3 Expected an assignment or function call and instead saw an expression.
3 Missing semicolon.
3 Expected an assignment or function call and instead saw an expression.
3 Missing semicolon.
3 Expected an assignment or function call and instead saw an expression.
3 Missing semicolon.
3 Expected an assignment or function call and instead saw an expression.
3 Missing semicolon.
3 Expected an assignment or function call and instead saw an expression.
3 Missing semicolon.
4 Expected an assignment or function call and instead saw an expression.
4 Missing semicolon.
4 Expected an operator and instead saw β€˜!’.
4 Expected an assignment or function call and instead saw an expression.
4 Missing semicolon.
4 Expected an assignment or function call and instead saw an expression.
4 Missing semicolon.
4 Missing semicolon.
4 Expected an assignment or function call and instead saw an expression.
4 Missing semicolon.
4 Expected an assignment or function call and instead saw an expression.
4 Missing semicolon.
5 Label β€˜ssh’ on npm statement.
5 Expected an assignment or function call and instead saw an expression.
5 Missing semicolon.
5 Expected an operator and instead saw β€˜!’.
5 Expected an assignment or function call and instead saw an expression.
5 Missing semicolon.
5 Bad assignment.
5 Expected an identifier and instead saw β€˜:’.
5 Missing semicolon.
5 Expected an assignment or function call and instead saw an expression.
5 Missing semicolon.
5 Unrecoverable syntax error. (41% scanned).

Thats alot :crying_cat_face:

I think it’s supposed to be @prisma/client

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.