Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version of api-augment has an error in dependency list in package.json #3029

Open
sicco-moonbeam opened this issue Nov 5, 2024 · 2 comments
Assignees

Comments

@sicco-moonbeam
Copy link

sicco-moonbeam commented Nov 5, 2024

The latest version (0.3200.0) of api-augment appears to have an error in the dependency list in package.json:

"dependencies": {
    "@polkadot/api": "14.0.1",
    "@polkadot/api-base": "14.0.1",
    "@polkadot/rpc-core": "14.0.1",
    "@polkadot/typegen": "14.0.1",
    "@polkadot/types": "14.0.1",
    "@polkadot/types-codec": "14.0.1",
    "@types/node": "^22.5.5",
    "moonbeam-types-bundle": "workspace:*",
    "prettier": "2.8.8",
    "prettier-plugin-jsdoc": "^0.3.38",
    "tsx": "^4.19.1",
    "typescript": "^5.6.2"
  }

Note the "moonbeam-types-bundle": "workspace:*"

This results in the following NPM error:

npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "workspace:": workspace:*
@RomarQ
Copy link
Contributor

RomarQ commented Nov 6, 2024

@pLabarta is working on a fix for this issue #3032

@RomarQ
Copy link
Contributor

RomarQ commented Nov 7, 2024

@sicco-moonbeam this should now be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants