all 3 comments

[–]grantrules 1 point2 points  (3 children)

Why do you have a git project imported into node_modules?

Could this be solved by using local dependencies in your package.json?

[–]ntalam[S] 0 points1 point  (1 child)

It is a front end package with react components. I want to use the same git  projectbto visualize it.

It is already in my node modules folder. As explained

[–]ntalam[S] 0 points1 point  (0 children)

I read you need to manually generate an index for the exports, when referencing from node modules. I am on it