skip to Main Content

Javascript – Unable to run yarn clasp login

Unable to run yarn clasp login I am not good at English. Please understand. 8> yarn clasp login yarn run v1.22.22 $ C:UsersmynameDesktop個人開発プロジェクトclasp-240418node_modules.binclasp login Error retrieving access token: FetchError: request to https://oauth2.googleapis.com/token failed, reason: unable to verify the first certificate…

VIEW QUESTION

error states Unable to require(node_modules/prisma/libquery_engine-debian-openssl-1.1.x.so.node) while npx performing prisma generate

I have a node.js project with prisma as ORM that connects to postgresdb. After I installed dependencies with yarn install I tried to run command npx prisma generate then I got error stating Unable to require(/node_modules/prisma/libquery_engine-debian-openssl-1.1.x.so.node) libssl.so.1.1: cannot open shared…

VIEW QUESTION

Apache and Yarn ports

I want to configure both apache and yarn servers on the same machine. Default web port is 80 and 443 for ssl as far as I know. Is that possible for both services to share the same ports? What I…

VIEW QUESTION
Back To Top
Search