Prisma engine for windows won't go past 75% downlo...
# orm-help
m
Prisma engine for windows won't go past 75% downloading... while upgrading to 2.7.0 on Windows 10. Version: eaade828a21d8ee3f4940f0af7da3ae0922db4df> Downloading Prisma engines for windows [=============== ] 75%
j
Hm that is strange. Just tried that and it worked fine.
Copy code
C:\Users\Jan\Documents                                                                                                                                                            
λ npm install -g @prisma/cli                                                                                                                                                      
                                                                                                                                                                                  
> @prisma/cli@2.7.0 preinstall C:\Program Files\nodejs\node_modules\@prisma\cli                                                                                                   
> node preinstall/index.js                                                                                                                                                        
                                                                                                                                                                                  
C:\Program Files\nodejs\prisma2 -> C:\Program Files\nodejs\node_modules\@prisma\cli\build\index.js                                                                                
C:\Program Files\nodejs\prisma -> C:\Program Files\nodejs\node_modules\@prisma\cli\build\index.js                                                                                 
                                                                                                                                                                                  
> @prisma/cli@2.7.0 install C:\Program Files\nodejs\node_modules\@prisma\cli                                                                                                      
> node download-build/index.js                                                                                                                                                    
                                                                                                                                                                                  
+ @prisma/cli@2.7.0                                                                                                                                                               
updated 1 package in 3.077s                                                                                                                                                       
                                                                                                                                                                                  
C:\Users\Jan\Documents                                                                                                                                                            
λ prisma -v                                                                                                                                                                       
@prisma/cli          : 2.7.0                                                                                                                                                      
Current platform     : windows                                                                                                                                                    
Query Engine         : query-engine eaade828a21d8ee3f4940f0af7da3ae0922db4df (at ..\..\..\ProgramData\nvm\v12.6.0\node_modules\@prisma\cli\query-engine-windows.exe)              
Migration Engine     : migration-engine-cli eaade828a21d8ee3f4940f0af7da3ae0922db4df (at ..\..\..\ProgramData\nvm\v12.6.0\node_modules\@prisma\cli\migration-engine-windows.exe)  
Introspection Engine : introspection-core eaade828a21d8ee3f4940f0af7da3ae0922db4df (at ..\..\..\ProgramData\nvm\v12.6.0\node_modules\@prisma\cli\introspection-engine-windows.exe)
Format Binary        : prisma-fmt eaade828a21d8ee3f4940f0af7da3ae0922db4df (at ..\..\..\ProgramData\nvm\v12.6.0\node_modules\@prisma\cli\prisma-fmt-windows.exe)                  
Studio               : 0.287.0
m
Accessing https://binaries.prisma.sh shun out: This XML file does not appear to have any style information associated with it. The document tree is shown below.
This is definitely an s3 bucket policy related issue.
Running
npm install @prisma/client
just won't go past the postinstall stage:
@prisma/client@2.7.0 postinstall c:\fode\mtchero\node_modules\@prisma\client
node scripts/postinstall.js
I don't really know if am the only one facing this issue. Please help
j
That XML message is expected - but it shows me you can reach the host it uses to download.
Something seems to be stalling the download for you.
Can you try via a different internet connection or mobile hotspot?
m
Got it working with another internet connection. Thanks
j
Sweet. Strange this happened.