Answer the question
In order to leave comments, you need to log in
Absolute import in Node.js?
Good afternoon, I'm trying to do "absolute imports" (from the application root src)
i.e. instead of relative ones:
'../../../model/User'
I want to import like this (from anywhere):
'model/User'
Now for absolute imports I use the node_modules directory, i.e. my structure is like this:
node_modules
src
- node_modules
- - models // тут User который пытаюсь импортировать
- - остальные файлы/директории
package.json
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question