DerYeger / yeger

Monorepo for @yeger/ NPM packages
MIT License
302 stars 23 forks source link

bug: Not working Module not found: Error: Can't resolve '@yeger/vue-masonry-wall' #300

Closed rinatr1 closed 1 month ago

rinatr1 commented 2 months ago

Affected Packages

Description

Module not found: Error: Can't resolve '@yeger/vue-masonry-wall' in '(..my_project_dir)\src'

main.js

import MasonryWall from '@yeger/vue-masonry-wall';

package.json


    "@ntohq/buefy-next": "^0.1.2",
    "@yeger/vue-masonry-wall": "^5.0.12",
    "buefy": "github:buefy/buefy#buefy-next",
    "core-js": "^3.6.5",
    "vue": "^3.0.0",
    "vue-router": "^4.0.0-0",
    "webpack": "^4.39.3"

Reproduction

изображение

Additional context

Node version - v16.20.2

изображение

DerYeger commented 2 months ago

I need an actual reproduction to look into this, not just a screenshot. My guess is that your build tool can’t handle modern ESM.

github-actions[bot] commented 1 month ago

This issue has been marked stale because there was no activity for 21 days. Without further action, it will be closed in 3 days.