I keep seeing this error:
Error: Cannot find module 'E:\LARRY\FDC\stesh\backend\routes/core/util'
What i don`t understand is the the forward slash and back slash.
my code looks like this.
const appRoot = __dirname + '/../../';
var util = require(__dirname + '/../../core/util');
what could be the solution to the forward slash backward menace?