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
I have a pretty basic CRA app in /home/jeahel/dev/the-hive/myapp and I added it to Hotel with hotel add 'npm start' while my CWD was /home/jeahel/dev/the-hive/myapp. The server conf seems good:
But when starting the server from Hotel, the toggle next to its name goes ON then OFF right away. No logging, no error, no mean to know what's happening.
I tried with hotel run and it works OK.
Note: I use the Fish shell.
The text was updated successfully, but these errors were encountered:
'react-scripts' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: react-scripts start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
I have a pretty basic CRA app in
/home/jeahel/dev/the-hive/myapp
and I added it to Hotel withhotel add 'npm start'
while my CWD was/home/jeahel/dev/the-hive/myapp
. The server conf seems good:But when starting the server from Hotel, the toggle next to its name goes ON then OFF right away. No logging, no error, no mean to know what's happening.
I tried with
hotel run
and it works OK.Note: I use the Fish shell.
The text was updated successfully, but these errors were encountered: