When running tests on Cypress 8.6.0 and above, we get the following error:
Full version info:
Cypress package version: 8.6.0
Cypress binary version: 8.6.0
Electron version: 14.1.0
Bundled Node version: 14.17.0
The tests works fine, and we got no render issue on versions below 8.6.0, such as 8.5.0. They start to appear in version 8.6.0.
Full version info from one of the working releases:
Cypress package version: 8.5.0
Cypress binary version: 8.5.0
Electron version: 13.2.0
Bundled Node version: 14.16.0
Perhaps there's something in the new version of Electron/Chromium, bundled with Cypress 8.6.0, that makes it crash?
How could one go on about trobuleshooting this further? Is there any way to run the specific version of Electron (headless) manually on the machine, to see if it works at all with that version of Chromium?
Any input is appreciated, thank you!
Related
I had Dart SDK with version 2.16 installed and worked fine on my machine.
I tried to install the Dart with version 3 which is currently in development (3.0.0-0.0.dev), so in order to try it, I replaced the path of the Dart sdk in the environment variables with the path of the new dart with version 3, Then I created a new project on VScode, and this showed up:
Here I am writing code with the Records feature ( Which exists only in that Dart 3 dev version), and this error shows up:
This requires the 'records' language feature to be enabled.
Try updating your pubspec.yaml to set the minimum SDK constraint to 3.0.0 or higher, and running 'pub get'.
But on my pubspec.yaml:
environment:
sdk: '>=3.0.0-0.0.dev <3.0.0'
but that error is thrown, and I have no idea what cause it and how I can fix it and run the code successfully.
Thank you.
I ran across the problem and installed that plugin from disk on Intellij Idea. The plugin that I would like to install from the disk is docker-maven-plugin jar file downloaded from maven central repository. The error message showed is "Fail to load plugin descriptor from file docker-maven-plugin-0.36.1.jar" while I was installing that jar file from disk. Any help will be appreciated in advance.
docker-maven-plugin version :0.36.1
Maven version:Apache Maven 3.0.5 (Red Hat 3.0.5-17)
Java version: 1.8.0_292, vendor: Red Hat, Inc.
Docker version :Docker version 20.10.8
OS: Centos 7 on Virtualbox
I have installed oracle jdk and updated java (java 8 update 251). The system checker still fails.
############# Cytoscape System Requirements Checker for Mac ##############
Target Cytoscape version: 3.7.2
Your shell is zsh
Compatible OS version found: 10.15
- Pass: OS Version = 10.15.4
- Pass: Following Oracle JDK found:
/Library/Java/JavaVirtualMachines/jdk1.8.0_251.jdk
Fail: Java is not reachable.
Try re-installing Java 8.```
Couple of things jump out at me. First, Cytoscape 3.8.0 is the current release, so I would try installing that, and second, Cytoscape 3.8.0 requires Java 11. Can you give those two things a try and then let us know if the install goes well.
Thanks!
-- scooter
So I've done some searching most articles suggest installing the Vs2015 tooling. Which I have installed. But I am still getting this error when I try to restore a project from Yeomans. The 'Microsoft.DotNet.Props' file definitely does not exist on my machine. Im running Windows 7 x64 with Vs2015update3 and Vs2015 tools preview 2.0.3. What am I doing wrong?
Not sure if this helps but here is my dotnet --info
Product Information:
Version: 1.0.0-preview4-004233
Commit SHA-1 hash: 8cec61c
Runtime Environment:
OS Name: Windows
OS Version: 6.1.7601
OS Platform: Windows
RID: win7-x64
Base Path: C:\Program Files\dotnet\sdk\1.0.0-preview4-004233
I was able to work through this issue. The original Yeomans template I was using was generated with a different version to dotnet so I had to manually force this switch using the global.json file with Solution file and the Visual Studio IDE was able to update the build. Then I could switch back and get the builds to run. This may not be the only way but this did work for me in this case. Here is more details on the issue.
https://forums.asp.net/t/2113044.aspx?dotnet+restore+failing+error+MSB4019+1+0+0+preview4+004233+Microsoft+VisualStudio+v14+0+DotNet+Microsoft+DotNet+Props+was+not+found+
Some applications require deploying a snapshot to sourcevoid (see How do I deploy application on sourcevoid with private git package dependencies?). When deploying such application, I received the error:
Wrong script snapshot version, expected '181c54397e255f0b57b3cbca6f22607a' found '67ac118c5ca5a680109da82693316e0c'
Make sure your sourcevoid.yaml version matches the version of dart on the machine used to build the snapshot. For those starting out with dart, you can find the version of dart in your favorite terminal by typing:
$ dart --version
Dart VM version: 1.17.1 (Fri Jun 10 04:46:03 2016) on "macos_x64"
Match the n.n.n number showing in the version output in your sourcevoid.yaml as shown below:
sourcevoid.yaml:
runtime: dart
version: 1.17.1
start: dart path/to/snapshot