electron example not picking up framework changes #126
Closed
Description
Steps to reproduce
In theia directory run:
npm run watch
In examples/electron run:
npm start
Then change something in the framework , I try the terminial-backend-module.ts to change the terminal to a non existing one...
Ctrl-c the app
npm start
The changes are not picked up (still runs bash)
Doing npm install doesn't help either...