-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Attempting to use the library through deno (I know this isn't officially supported)
Deno refuses to install github based packages through npm resolution for security concerns with this error.
Error in @caspertech/node-metaverse@0.8.1 parsing version requirement for dependency "xmlrpc": "github:CasperTech/node-xmlrpc"
0: Package specified a dependency outside of npm (github:CasperTech/node-xmlrpc). Deno does not install these for security reasons.
The npm package should be improved to have all its dependencies on npm.
To work around this, you can use a package.json and install the dependencies via `npm install`.
Just wondering if there is a reason not to publish the modified xmlrpc to npm.
Again, I know this is not officially supported so if its just not desirable can close this just for that.
Metadata
Metadata
Assignees
Labels
No labels