We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fix case when CLI installs engine locally via npm to folder as project
CLI must search for engine binaries in the project root (where is project.json)
CLI tries to execute engine from the current project folder, but npm could install this on several directories above
Description
Fix case when CLI installs engine locally via npm to folder as project
Expected Behavior
CLI must search for engine binaries in the project root (where is project.json)
Actual Behavior
CLI tries to execute engine from the current project folder, but npm could install this on several directories above
Steps to Reproduce
Environment