I'm having issues deploying my custom widget into the stemapp\widgets folder.
I can work with my custom widget when I use a custom config file (http://[your host]/webapp/?config=sample-configs/config-demo.json) but when I add the same widget folder into [stemapp\widgets] and open the Web AppBuilder it does not appear in the list of widgets when I go to add it to an app? I have started and stopped the startup.bat file which is running node.js as per step 10 in Create a custom in-panel widget—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers
This seem's to work with the demo app and my custom widget is basically no different. I've changed the widget name and a few items in the widget.js and widget.html files.
Has anyone else had these issues?