You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
@pro-wh ran into the following when trying to compile a contract
Compiling ./contracts/Migrations.sol...
Writing artifacts to ./build/contracts
Compiling /project/oasis-box/contracts/proofs...
(node:1727) UnhandledPromiseRejectionWarning: error: failed to parse manifest at `/project/oasis-box/contracts/proofs/Cargo.toml`
Caused by:
virtual manifests must be configured with [workspace]
(node:1727) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 4)
(node:1727) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
@pro-wh ran into the following when trying to compile a contract
We should give a more informative error message.
Cargo.toml triggering this:
The text was updated successfully, but these errors were encountered: