Hi there,
I had been installing the Adapt authoring tool this morning and I am pleased to say that the installation
had worked and I was happily authoring a few screens. However, it then went downhill. I went to preview a
screen (for the first time) and I could see the progress indicator reach about halfway before it stopped i.e no preview. I then went to publish and it did do this successfully, however in the publish folder there were only json files and the assets files (my jpegs) no html file, so nothing to run.
Then without warning about 10 minutes later I could no longer access http://localhost:5000/. I just get
webpage not available. So I go to command prompt and type in node server and I get the following.
module.js:340 throw wrr; Error: Cannot find module 'C:\Users\Rupert\server
As shown here.
So, I don't have any idea what the issue is, so to help diagnose, I have gone through the version
commands for everything that is installed as shown below. As you can see from below, everything seems to
be in order for git, node, npm, ffmpeg, grunt and adapt. The 'monogd' is not recognised as an internal or
external command, operable program or batch file confused me. I can stop MongoDb and start it again. I can also check in Robomongo that the database is running and open the adapt database and everything is there, so why when I try to get the version number from command prompt, does it say that it is not a recognised command?
Anyway, the main worry is why it is saying "module.js:340 throw wrr; Error: Cannot find module 'C:\Users\Rupert\server" when I run node server? Don't understand, it didn't do that earlier, it worked.
And of course what I am mostly interested in is getting Adapt authoring tool running again, and being able to preview and publish my module.
Any advice appreciated. Thanks.