connected-web / product-monitor

A HTML/JavaScript template for monitoring a product by encouraging product developers to gather all the information about the status of a product, including live monitoring, statistics, endpoints, and test results into one place.
8 stars 3 forks source link

Template file not found: C:\Temp\tester/config/templates/page-template.html. If this is your server, please create this file. Error: ENOENT: no such file or directory, open 'C:\Temp\tester\config\templates\page-template.html' #56

Closed rdehuyss closed 6 years ago

rdehuyss commented 6 years ago

Hi,

I followed the tutorial (twice) and I receive the following error...

Template file not found: C:\Temp\tester/config/templates/page-template.html. If this is your server, please create this file. Error: ENOENT: no such file or directory, open 'C:\Temp\tester\config\templates\page-template.html'

Environment:

If I go to the provided urls on disk, I see no files so the error message is correct.

What am I doing wrong?

johnbeech commented 6 years ago

Hey, product monitor was originally written with support for node 0.12, and then upgraded to work with 4~, but it expects files to be in certain places based on the node_modules folder, which has changed with newer versions of node.

I'll have a look this evening to reproduce your problem, and then I should be able to get a fix out for you... watch this space :)

rdehuyss commented 6 years ago

You are a Hero!

On Jan 25, 2018 12:31, "John Beech" notifications@github.com wrote:

Hey, product monitor was originally written with support for node 0.12, and then upgraded to work with 4~, but it expects files to be in certain places based on the node_modules folder, which has changed with newer versions of node.

I'll have a look this evening to reproduce your problem, and then I should be able to get a fix out for you... watch this space :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/connected-web/product-monitor/issues/56#issuecomment-360440847, or mute the thread https://github.com/notifications/unsubscribe-auth/AAiqIpY3oGdXfppd34H4p9Do8J4E9J0Lks5tOGYmgaJpZM4Rsmzm .

johnbeech commented 6 years ago

@rdehuyss I've published version 2.3.3 to npm, my in house tester confirms that first time installation should work as intended now. Try running again from the README, I've updated the steps slightly, see: https://github.com/connected-web/product-monitor/

Let me know if you're still having problems.

rdehuyss commented 6 years ago

Thx! Works as expected now...

On Thu, Jan 25, 2018 at 8:36 PM, John Beech notifications@github.com wrote:

@rdehuyss https://github.com/rdehuyss I've published version 2.3.3 to npm, my in house tester confirms that first time installation should work as intended now. Try running again from the README, I've updated the steps slightly, see: https://github.com/connected-web/product-monitor/

Let me know if you're still having problems.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/connected-web/product-monitor/issues/56#issuecomment-360576136, or mute the thread https://github.com/notifications/unsubscribe-auth/AAiqIrn5dsGnI9Yr6CPKuyxOori0Nv21ks5tONfSgaJpZM4Rsmzm .