typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 426 forks source link

Cannot use yarn to start the app? #325

Closed danielkcz closed 3 years ago

danielkcz commented 5 years ago

I am not sure why there would be a difference. When I do hotel add 'yarn start' and try starting from a browser it does not see binaries installed in node_modules for some reason. However, with npm run start it works just fine.

yarn run v1.10.1
$ react-app-rewired start --scripts-version react-scripts-ts
'react-app-rewired' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.

Hotel: 0.8.7 Node: 10.12.0 Yarn: 1.10.1 Windows 10 Home x64

danielkcz commented 3 years ago

The https://github.com/jeansaad/chalet/ has this fixed, so closing.