I ran the "gulp localhost" command in step 9.
Then I typed "http://localhost:8080/demo2/dist/" into my browser.
So the following error message appears.
"Cannot GET /demo2/dist/"
or
If you type "http://localhost:8080/"
"Cannot GET /"
A message is displayed.
My computer installation path is as follows.
"C:\metronic\theme\tools"
I installed it in the above path.
Help.
What setting am I doing wrong?
Hi,
We will fix it. As a workaround, please update this file.
/html/tools/gulp/watch.js
// localhost site
const localHostTask = (cb) => {
connect.server({
root: "..",
livereload: true,
});
cb();
};
gulp localhost
Me too. T^T