-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tool assumes that the npm packages are installed using the same OS that will run the tests #282
Comments
Hey @bingnz , Thanks for bringing up this issue, while we look into this issue, if possible can you please share the list of npm_dependencies that you are using for your build? Meanwhile, to circumvent this issue can you try setting For more info, please visit this link. |
Hi @pranavj1001. my dependencies are: "@aws-sdk/client-dynamodb": "3.47.0",
"@cypress/webpack-preprocessor": "5.11.1",
"aws4": "1.11.0",
"chai-datetime": "1.8.0",
"cypress": "9.4.1",
"cypress-fail-on-console-error": "2.1.3",
"dayjs": "1.10.7",
"del": "4.1.1",
"faker": "5.5.3",
"inversify": "5.1.1",
"lodash": "4.17.21",
"minimist": "1.2.5",
"mssql": "7.3.1",
"mysql2": "2.3.3",
"node-vault": "0.9.22",
"reflect-metadata": "0.1.13",
"ts-loader": "6.2.2",
"tslib": "2.3.1",
"tsconfig-paths-webpack-plugin": "3.5.2",
"typescript": "4.6.2",
"webpack": "4.46.0" If I use |
Hello @bingnz Would it be possible for you to reach out to us (for the same issue) via [email protected]? |
Thanks! Yes I've already done so a few days ago. I've had a few different problems, sometimes I get the npm issues as above and sometimes the build runs for two hours and then fails. |
I've run into lots of issues with running tests with results from BrowserStack that look like this:
I suspect that this might be happening because I build the test package using a Docker container on Linux, but the machine running the tests uses Windows.
Using cached packages for one OS and then trying to unzip them onto another OS is not going to work a lot of the time. I don't think the tool should be attempting to do this, or there should be some kind of opt-out.
The text was updated successfully, but these errors were encountered: