We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently a workaround is yarn --ignore-engines but I think some thing is using older version of upath & it should be updated to support node v10.
yarn --ignore-engines
upath
node v10
The text was updated successfully, but these errors were encountered:
same problem here!
Sorry, something went wrong.
Updated packages in the package.json file fix the issue:
package.json
"devDependencies": { "electron": "2.0.0", "electron-builder": "^20.24.1", "electron-webpack": "^2.1.2", "webpack": "^4.16.1" },
anodynos/upath#15
No branches or pull requests
Currently a workaround is
yarn --ignore-engines
but I think some thing is using older version ofupath
& it should be updated to supportnode v10
.The text was updated successfully, but these errors were encountered: