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
You can see that aptos move compile gives a detailed message:
$ ~/a/core/target/debug/aptos move compile --named-addresses token_objects=0x1
Compiling, may take a little while to download git dependencies...
FETCHING GIT DEPENDENCY https://github.com/aptos-labs/aptos-core.git
{
"Error": "Move compilation failed: Unable to resolve packages for package 'TokenObjects': While resolving dependency 'AptosFramework' in package 'TokenObjects': While processing dependency 'AptosFramework': Unable to find package manifest for 'AptosFramework' at \"/Users/dport/.move/https___github_com_aptos-labs_aptos-core_git_mainnet/aptos-move/framework/aptos-framework\""
}
This is not true of aptos move publish:
{
"Error": "Unexpected error: Unable to resolve packages for package 'TokenObjects'"
}
The text was updated successfully, but these errors were encountered:
Explanation
You can see that
aptos move compile
gives a detailed message:This is not true of
aptos move publish
:The text was updated successfully, but these errors were encountered: