Quantcast
Channel: How to access a file from one another file in nodejs project - Stack Overflow
Viewing all articles
Browse latest Browse all 2

How to access a file from one another file in nodejs project

$
0
0

I have the below project structure. I am trying to access db.js inside CategoryController.js.

enter image description here

I have used the code below.

var db = require('./../routes/db');

when I'm trying to run the Node.js project using npm start it is showing the error below.

enter image description here


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images