stephen-downs / climatetrace

0 stars 0 forks source link

Specify Node.js version and possibly update readme #1

Open rbavery opened 3 years ago

rbavery commented 3 years ago

It looks like the process to start the site hangs after running npm run local

[Browsersync] Watching files...
[11:01:34] 1645418 bytes written (2.63 seconds)
[11:01:34] gulp-notify: [Gulp notification] Bundle scripts ready!
[Browsersync] 1 file changed (script.js)
[Browsersync] Reloading Browsers...
11:04

What version of Node.js is this known to work on? We're currently testing on v14.16.1.

stephen-downs commented 3 years ago

@MikolajSzczepkowski

What version of Node.js is this known to work on?

Rub21 commented 3 years ago

I have been trying v12.20.1 does not work either,the gulp compiling looks it works but actually the page in not loading. image

GregSzczesniak commented 3 years ago

I have been updated source code, there were some mistakes in readme. Actually we use gulp, so 'gulp watch' should fit for working on project and 'gulp --release' should build production code. There was some issue with release task, but now everything should be fine. I'm using node v12.13.1.

wt., 18 maj 2021 o 01:35 Ruben Lopez M. @.***> napisał(a):

I have been trying v12.20.1 does not work either,the gulp compiling looks it works but actually the page in not loading. [image: image] https://user-images.githubusercontent.com/1152236/118568899-69740a80-b73e-11eb-905d-f95ec7a5f1f8.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stephen-downs/climatetrace/issues/1#issuecomment-842712274, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEXF5V7YVPBGZAU4WPREYZLTOGR5LANCNFSM45A6HN5A .

rbavery commented 3 years ago

I'm still getting the same error using gulp watch after running gulp --release. I'm on node version v12.16.0. I'll try with the same version of node you are using and update this.