cloydlau / json-editor-vue

Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.
https://cloydlau.github.io/playground/json-editor-vue/
MIT License
437 stars 26 forks source link

Missing vue-global-config/dist/vue-global-config.mjs.map #88

Closed jerryjs closed 6 months ago

jerryjs commented 6 months ago

Before you start, please make sure to:

Link to minimal reproduction

http://foo.com

Validation

Describe the bug and steps to reproduce

Missing node_modules/json-editor-vue/nodemodules/.pnpm/vue-global-config@0.6.0@vue+composition-api@1.7.2_vue@3.4.24_typescript@5.4.5___vue@3.4.24typescript@5.4.5/node_modules/vue-global-config/dist/vue-global-config.mjs.map.

ENOENT: no such file or directory

System Info

xx

Package Manager

yarn

jerryjs commented 6 months ago

Need a distribution that has this map file or remove dependency.

jerryjs commented 6 months ago

System: OS: macOS 13.6.1 CPU: (8) arm64 Apple M2 Memory: 49.25 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 20.9.0 - ~/.nvm/versions/node/v20.9.0/bin/node Yarn: 1.22.19 - ~/.yarn/bin/yarn npm: 10.1.0 - ~/.nvm/versions/node/v20.9.0/bin/npm Browsers: Chrome: 124.0.6367.93 Safari: 16.6 npmPackages: @quasar/app-vite: ^1.8.0 => 1.8.0 @quasar/extras: ^1.16.4 => 1.16.9 @types/node: ^12.20.21 => 12.20.55 @typescript-eslint/eslint-plugin: ^5.10.0 => 5.62.0 @typescript-eslint/parser: ^5.10.0 => 5.62.0 autoprefixer: ^10.4.2 => 10.4.19 axios: ^1.2.1 => 1.6.8 eslint: ^8.11.0 => 8.57.0 eslint-config-prettier: ^8.1.0 => 8.10.0 eslint-plugin-vue: ^9.0.0 => 9.23.0 idb: ^8.0.0 => 8.0.0 json-editor-vue: ^0.15.0 => 0.15.0 pinia: ^2.0.11 => 2.1.7 prettier: ^2.5.1 => 2.8.8 quasar: ^2.8.0 => 2.15.1 typescript: ^4.5.4 => 4.9.5 vite-plugin-checker: ^0.6.4 => 0.6.4 vue: ^3.4.18 => 3.4.21 vue-json-pretty: ^2.4.0 => 2.4.0 vue-router: ^4.0.12 => 4.3.0 vue-tsc: ^1.8.22 => 1.8.27 workbox-build: ^7.0.0 => 7.0.0 workbox-cacheable-response: ^7.0.0 => 7.0.0 workbox-core: ^7.0.0 => 7.0.0 workbox-expiration: ^7.0.0 => 7.0.0 workbox-precaching: ^7.0.0 => 7.0.0 workbox-routing: ^7.0.0 => 7.0.0 workbox-strategies: ^7.0.0 => 7.0.0

cloydlau commented 6 months ago

image

It's there as shown in the image. I don't understand what you are saying. And please provide a minimal reproduction.