__
_______ _______/ /_
/ ___/ / / / ___/ __ \
/ / / // (__ / / / /
// _,/__// //
• Build initialized
┌ Checking project files
│ erro Metadata file (rush.yml) not found
└ failed
• Build failed [0ms] [1 error]
__
_______ _______/ /_
/ ___/ / / / ___/ __ \
/ / / // (__ / / / /
// _,/__// //
• Build initialized
┌ Checking project files
│ erro Metadata file (rush.yml) not found
└ failed
• Build failed [0ms] [1 error]
Make sure you cd - change directory to the generated extension directory and then run rush build to compile your extension
I cant understand what you say.
Can you please explain me?
You have to run the build command in extension folder directory. At what path you’re running the command?
Can you explain in a video please
Search it in the rush topic. This problem is posted a lot of times there.
You are probably missing a path to the Java Bin directory and home.
Changing anyone of the path is okay, can you try running java -version in terminal (cmd)?
Can you follow this post to run the command javac -version
That is the problem, you have set up Java but not the compiler.
How to setup this can you say
What I can see from your previous screenshots is that you have not added the java path.
https://www.javatpoint.com/how-to-set-path-in-java
Follow the second example here (setting up javac)
Yes, try compiling the extension. rush build