-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
"Error": "Move compilation failed: Unable to find package manifest in 'aptos-move/move-examples/hello_blockchain/' or in its parents"[Bug] #5324
Comments
I had the same bug, any solution yet |
Yes found the solution, just clone the aptos repo cd in to core_aptos and then call |
you are in the wrong directory trying to use the command. you need to be in the directory with the .toml file describing the move module you are trying to publish. |
This is an error driven if it's the wrong directory. You'll need to ensure |
? This issue has been closed ? |
i have same issue Unable to find package manifest. Make sure that the source files are located in a sub-directory of a package containing a Move.toml file. and i m in the right directory . but still my .move file extension is not working . |
To not have unable to find package manifest. Your structure must be as follows:
Then you can run
|
I was getting this error when I did not enclose address in quotes in Move.toml file: This will not compile
This will compile
|
"Error": "Move compilation failed: Unable to find package manifest in 'aptos-move/move-examples/hello_blockchain/' or in its parents"# 🐛 Bug
To reproduce
Code snippet to reproduce
Stack trace/error message
Expected Behavior
System information
Please complete the following information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: