Join Slack
Powered by
I am new in the use of Prisma but getting an error...
# random
r
rohan
12/06/2018, 10:29 AM
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
Craig
12/06/2018, 10:42 AM
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
Hyo
12/06/2018, 1:13 PM
window…
Hyo
12/06/2018, 1:16 PM
@rohan
If you are in window, using window package manager to manage your dev packages might be helpful such as
scoop
.
Hyo
12/06/2018, 1:17 PM
https://scoop.sh/
will help you to setup more reliable dev environment in window.
Open in Slack
Previous
Next