hotforfeature / wct-browserstack

WCT plugin that enables support for testing via Browserstack
1 stars 2 forks source link

There is a new version of web-component-tester-custom-runner 6.1.1 #5

Closed toshovski closed 6 years ago

toshovski commented 6 years ago

I tried out to install wct-browserstack, but requires web-component-tester-custom-runner@6.1.0. There is a newer 6.1.1 version and the wct-browserstack requires 6.1.0.

npm WARN deprecated @types/assert@0.0.29: See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/12826 /usr/lib ├── wct-browserstack@0.2.1 └── UNMET PEER DEPENDENCY web-component-tester-custom-runner@^6.1.0

hotforfeature commented 6 years ago

It's a peer dependency, it won't automatically install like normal dependencies. Did you try npm install --save-dev web-component-tester-custom-runner?

toshovski commented 6 years ago

yes, but it installs 6.1.1 I had to manually install the 6.1.0.

hotforfeature commented 6 years ago

6.1.1 is the correct version. The requirement is for ^6.1.0, which will install the latest 6.1.x version.

toshovski commented 6 years ago

this is strange. I tried it out and got an error, that is 6.1.0 expected. I had to uninstall the 6.1.1 and installed 6.1.0

hotforfeature commented 6 years ago

If you use 6.1.0, the plugin will not work. You must use 6.1.1.