jvandemerwe
26 May 2017, 3:46 AM
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:
...\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.
npm start (works fine)
npm run prod (works fine)
but 'npm run build' gives the following error:
...\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.