I am new in the use of Prisma but getting an error...
# random
r
I am new in the use of Prisma but getting an error :"'prisma' is not recognized as an internal or external command, operable program or batch file." i have installed prisma globally but still getting this .please give me solution
c
Make sure that your global npm/yarn directory is available in your PATH variable: https://stackoverflow.com/questions/27344045/installing-node-js-and-npm-on-windows-10
h
window…
@rohan If you are in window, using window package manager to manage your dev packages might be helpful such as
scoop
.
https://scoop.sh/ will help you to setup more reliable dev environment in window.