typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use yarn to start the app?

danielkcz opened this issue · comments

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

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