Working on a new Windows machine, decided to make the switch to 0.19. Installed 0.19, called up an 0.18 project to see what errors would occur on compiling.
Nothing.
Typing ‘elm make’ at the command prompt just goes back to the command prompt. So does ‘elm reactor’. The command is being recognised, since typing the old ‘elm-reactor’ command generates an error.
The elm binary is in the environment path, and I’ve tried running as administrator. Still nothing.
Has anyone else run into this? Failing that, can I still get back to an 0.18 install to retrieve months of work?
OK, figured it – I have to clear everything out which was generated by 0.18, those folders which I used to ignore, just leave the basic Elm code in place, and I get a response.
I did that first, couldn’t get it to install - it’s an alpha version, after all.
I think I’ve worked it out - I just have to delete the generated elm.js and app.js files every time before I do a recompile, which is a considerable drag.
My question still stands - is there an 0.18 installer around somewhere I can go back to for faster development?