If you want to modify the current Fashion theme , you need to do following steps.
1. Go the the theme directory "themes/fashion-theme" . run
cd themes/fashion-theme
2. Open terminal in the "themes/fashion-theme" location and run
npm install
3. For development server, run
npm run watch
4. For production, run
npm run production