press icon indicating copy to clipboard operation
press copied to clipboard

can't install @nuxt/[email protected]

Open shrpne opened this issue 5 years ago • 1 comments

There are several problems:

  • it tries to link nonexistent bin, can be fixed in #85
  • it has a dependency of @nuxt/[email protected] which depends on nuxt-edge, it is fixed in the @nuxt/press repo but not published yet
  • @nuxt-press/core/src/blueprint/index.js imports @nuxt/utils-edge which is not installed. it is fixed in the @nuxt/press repo but not published yet

So can you please merge #85 and publish latest Github version to npm?

I have tried to use @nuxt/press@latest but it has pretty lot of problems, which seems to be fixed in beta

Also, I can't just npm install from Github, because it is monorepo and npm can't install from subdirectories. So I can use only published versions.

shrpne avatar Apr 02 '20 15:04 shrpne

If someone interested, I have managed to install it by making a branch for each corrupted package and moving it to the root, so it can be installed from Github

So something like this should work:

"dependencies": {
    "@nuxt-press/cli": "^0.2.0-beta.0",
    "@nuxt-press/core": "github:shrpne/press#standalone-core",
    "@nuxt/blueprints": "0.1.0-beta.4",
    "@nuxt/press": "github:shrpne/press#standalone-press",
  },

shrpne avatar Apr 09 '20 15:04 shrpne