We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:*"
"moonbeam-types-bundle": "workspace:*"
This results in the following NPM error:
npm error code EUNSUPPORTEDPROTOCOL npm error Unsupported URL Type "workspace:": workspace:*
The text was updated successfully, but these errors were encountered:
@pLabarta is working on a fix for this issue #3032
Sorry, something went wrong.
@sicco-moonbeam this should now be fixed
pLabarta
No branches or pull requests
The latest version (0.3200.0) of api-augment appears to have an error in the dependency list in package.json:
Note the
"moonbeam-types-bundle": "workspace:*"
This results in the following NPM error:
The text was updated successfully, but these errors were encountered: