rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

webpack clean without restore causes error #133

Closed wintondeshong closed 3 years ago

wintondeshong commented 3 years ago

Problem The webpack command presently ends with trying to start webpack (react-scripts start). If one only issues a clean -c, that causes an error 'react-scripts' is not recognized as an internal or external command because node_modules is now gone and needs restored.

Solution If webpack command is issued with a clean, but not an accompanying restore, it should exit.

brandongregoryscott commented 3 years ago

Published with v2.3.1