press
press copied to clipboard
can't install @nuxt/[email protected]
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/pressrepo but not published yet @nuxt-press/core/src/blueprint/index.jsimports@nuxt/utils-edgewhich is not installed. it is fixed in the@nuxt/pressrepo 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.
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",
},