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
See that npm start would have exited with exit code 10, but running npx apify-cli run exits with 0. This makes CLI harder to use in scripting environments, CI, etc.
See that
npm startwould have exited with exit code10, but runningnpx apify-cli runexits with0. This makes CLI harder to use in scripting environments, CI, etc.