Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha not recognized as a command
Currently I have the setup for Extreact almost working.
- npm start (works fine)
- npm run prod (works fine)
but 'npm run build' gives the following error:
Code:
...\node_modules\@extjs\sencha-cmd\bin\sencha' is not recognized as an internal or external command, operable program or batch file.
With 'npm run prod' it has no problems find 'sencha' as a command.
Where do I have to change what?
Info:
@ext-react/sencha-cmd/bin/sencha is in the node_modules folder.
-
We just pushed out a new version of reactor-webpack-plugin this morning to solve the build issues that Windows developers have been experiencing. Can you give that a try and let us know if that solves the issue?
You can upgrade to 1.0.2 by running:
-
Thank you @Mark.Brocato, that worked. It is recognizing Sencha as command.