#Can't import module (ambiguous indirect export)

1 messages · Page 1 of 1 (latest)

hushed jetty
#

I have the same issue.
Im importing the same js. It works only when it is in the node_modules folder

whole crescent
hushed jetty
#

I was testing my own npm library. as you did before, I created a new project and instead pulling from npm, I copied the required files to node_modules/custom_folder and then it worked.