You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App Version: Commit 018090a (latest commit on main)
Platform: Linux
Expected Behavior:
Running yarn installs all the dependencies without any issues.
Actual Behavior:
Yarn returns an error, saying that "node" is an invalid property.
Command output:
yarn install v1.22.22
[1/4] Resolving packages...
success Already up-to-date.
$ node -r esbuild-register .erb/scripts/check-native-dep.js && electron-builder install-app-deps && npm run build:dll
• electron-builder version=24.13.3
• loaded configuration file=package.json ("build" field)
• installing production dependencies platform=linux arch=x64 appDir=[REDACTED]
npm error Invalid property "node"
npm error A complete log of this run can be found in: [REDACTED]
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Steps to Reproduce:
Clone the repo.
Run yarn.
The text was updated successfully, but these errors were encountered:
Note: engines and devEngines differ in object shape. They also function very differently. engines is designed to alert the user when a dependency uses a differening npm or node version that the project it's being used in, whereas devEngines is used to alert people interacting with the source code of a project.
Bug Report
App Version: Commit 018090a (latest commit on main)
Platform: Linux
Expected Behavior:
Running
yarn
installs all the dependencies without any issues.Actual Behavior:
Yarn returns an error, saying that "node" is an invalid property.
Command output:
Steps to Reproduce:
yarn
.The text was updated successfully, but these errors were encountered: