yarn install-peerdeps @em/app-extension-em-qui
install-peerdeps v3.0.3
It seems as if you are using Yarn. Would you like to use Yarn for the installation? (y/n) y
ERR Unexpected end of JSON input
Then it goes on to throw that error. My hunch, I have not checked this, is that it's using the scope @ as a version token since it expects it. Even if I put the version at the end eg: yarn install-peerdeps @em/app-extension-em-qui@v0.6.0, it still throws the same error.
The package with the peerDependencies is fine, it installs well without any issues and cries for unmet peer deps as usual.
Then it goes on to throw that error. My hunch, I have not checked this, is that it's using the scope @ as a version token since it expects it. Even if I put the version at the end eg:
yarn install-peerdeps @em/app-extension-em-qui@v0.6.0, it still throws the same error.The package with the peerDependencies is fine, it installs well without any issues and cries for unmet peer deps as usual.