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
When I try run yarn start on windows, I get a 'printf' is not recognized as an internal error.
URL
Any
Reproduction steps
This follows yarn install update.
D:\github\mozilla\content>yarn install
yarn install v1.22.22
[1/5] Validating package.json...
[2/5] Resolving packages...
success Already up-to-date.
$ node scripts/update-history.js
$ husky || true
Done in 0.72s.
D:\github\mozilla\content>yarn start
yarn run v1.22.22
$ yarn -s info:rari && yarn up-to-date-check && env-cmd --silent cross-env CONTENT_ROOT=files REACT_APP_DISABLE_AUTH=true BUILD_OUT_ROOT=build rari-server
'printf' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Expected behavior
It works. Very painful.
Actual behavior
D:\github\mozilla\content>yarn start
yarn run v1.22.22
$ yarn -s info:rari && yarn up-to-date-check && env-cmd --silent cross-env CONTENT_ROOT=files REACT_APP_DISABLE_AUTH=true BUILD_OUT_ROOT=build rari-server
'printf' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Summary
When I try run
yarn start
on windows, I get a'printf' is not recognized as an internal
error.URL
Any
Reproduction steps
This follows
yarn install
update.Expected behavior
It works. Very painful.
Actual behavior
Device
Desktop
Browser
Chrome
Browser version
Stable
Operating system
Android
Screenshot
No response
Anything else?
No response
Validations
The text was updated successfully, but these errors were encountered: