Skip to content

my-node-module is incorrectly packaged. Please contact the package author to fix #6013

Answered by FossPrime
FossPrime asked this question in Q&A
Discussion options

You must be logged in to vote

Good call... the error message could be a little more useful. The following package.json header fixed it

{
  "name": "@feathersjs/vuex",
  "description": "FeathersJS, Vue 3, and Nuxt for the artisan developer",
  "version": "4.0.1-pre.16",
  "homepage": "https:vuex.feathersjs.com",
  "main": "dist/index.js",
  "types": "dist/",
  "exports": {
    "import": "dist/index.js"
  },

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@benmccann
Comment options

Answer selected by FossPrime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants