[Dev Tools] @matterlabs/hardhat-zksync-telemetry
cannot be installed without devDependencies
#984
-
Team or Project@matterlabs/hardhat-zksync-telemetry ZK chainN/A EnvironmentMainnet Select the Dev Tool you are usingHardhat Plugins Provide the version of the tool (if applicable)1.1.0 Provide a brief description of the functionality you're trying to implement and the issue you are running into.Attempting to install As a result, this package cannot be a dependency of anything that is attempting to e.g. build an optimized docker image for a service, etc. The cause of this is that There are a few possible fixes:
It honestly doesn't make a lot of sense for a published npm package to be referencing a publicly available tarball for a package which has full source code in the tarball and is not published to npm, so naiively it seems like #1 is by far the best option. Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @cprussin , thanks for reporting. For now it's fixed by removing prepare script. The git dependency is a temporary solution, it'll be properly switched to npm with the next release. |
Beta Was this translation helpful? Give feedback.
Hi @cprussin , thanks for reporting. For now it's fixed by removing prepare script. The git dependency is a temporary solution, it'll be properly switched to npm with the next release.