adanski / ax-comments

TS library of choice for implementing commenting in your web app
https://adanski.github.io/ax-comments/
MIT License
2 stars 0 forks source link

Module not found: Error #11

Open albilu opened 7 months ago

albilu commented 7 months ago

Step to reproduce:

  1. $ npm install --save ax-comments
    import 'ax-comments/comments-element';
  2. webpack
ERROR in ./src/main/resources/js/app.js 15:0-38
Module not found: Error: Package path ./comments-element is not exported from package C:\Users\xxx\Downloads\my-app\node_modules\ax-comments (see exports field in C:\Users\xxx\Downloads\my-app\node_modules\ax-comments\package.json)

Can you advise?

adanski commented 1 week ago

Can you attach a sample project?