commands not working in Windows environment
Closed this issue · 2 comments
KishoreBarik commented
- Clean and Production commands failing in windows.
- I don't see a dist folder here. (May be will be created on production command)
- Which index.html to be modified app/index.html or build/html?
As I don't see changes done in app/index.html is not reflected innpm start
command
KleoPetroff commented
- Please provide more information,
npm-debug
log would be a good start. - The dist folder is created on production build only.
index.html
in the app folder is used for the production build. The one in the build folder is used for development purposes only. If you want to see the changes when usingnpm start
, this is the file you need to look for.
KishoreBarik commented
Sorry for the late reply and thanks for clarification on index.html. I thought same index.html is used for both dev and production. Hence we might need to make changes in both places. And other issue was resolved by installing webpack as global module. Hence closing the issue.