mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
447 stars 107 forks source link

Problem to install the Opentest #581

Closed DinoSaulo closed 1 year ago

DinoSaulo commented 1 year ago

OpenTest version number: 1.3.8

When I try install the Opentest in Windows 10 the following error is displayed:

image

I think that this error occurs because the Opentest is using the dependency Underscore version 1.4.4 (^1.11.2), defined in https://github.com/mcdcorp/opentest/blob/master/server/package-lock.json

I found a similar problem in the Underscore repository: https://github.com/jashkenas/underscore/issues/2967

Steps to reproduce:

  1. Try install opentest with npm install opentest -g

Full log information: https://codeshare.io/opentest-log

adrianth commented 1 year ago

Hi @DinoSaulo, please delete the file C:\Users\sbarros\AppData\Roaming\npm\ots.cmd and try installing again. Let me know whether it worked or not.

DinoSaulo commented 1 year ago

Thanks @adrianth!

The problem is fixed by Underscore team. Now, the Opentest don't have problems when installing.

I'm closing this issue.