I would like to publish a npm with my owner-name (bredele-store) in order to use it with both component and nodejs but it seems the alias in component is not working.
For example, I would like to require component-emitter but I get the following error:
Uncaught Error: Failed to require "component-emitter" from "store/index.js"
Hi guys,
I would like to publish a npm with my owner-name (bredele-store) in order to use it with both component and nodejs but it seems the alias in component is not working. For example, I would like to require
component-emitter
but I get the following error:I checked and the path is the following:
when the alias is:
I tried with other components and I get the same error.