Hey guys, I'm getting this error when trying to build:
PS C:\Users\yuria\learning\TON\lesson5,6> toncli build
ERROR: 🤟 It is not project root [C:\Users\yuria\learning\TON\lesson5,6] - I can't build project without project
PS: I have a project.yaml file

Dec 22, 2022, 3:44 PM
Did you checkout the project with git? if so can you show the results command: git status
I think either your cwd is not the project directory or you may not have all the files in from the repo up to date. You might need also to do a git pull
Dec 22, 2022, 3:54 PM
It's not a git project
Dec 22, 2022, 3:55 PM
where is it?
Dec 22, 2022, 3:55 PM
I'm doing it
Dec 22, 2022, 3:55 PM
can you post project.yaml ?
Dec 22, 2022, 3:57 PM
contract:
func:
- func/code.func
tests:
- tests/contract_tests.fc
Dec 22, 2022, 3:57 PM
or take a picture of it is better.
Dec 22, 2022, 3:58 PM
I think I found the issue
hehe
let me try
Alright, didn't work
changed from func/code.func to func/code.fc
Hey guys, any thoughts on this?
Dec 23, 2022, 4:28 AM

© 2024 Draquery.com All rights reserved.