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.
Which step are you stuck on?
I am stuck in the 'make build' Command Step
Here are the problems I faced:
First, when I ran 'make build', make wasn't recognized as command. So I installed 'Chocolatey' and then 'make' . Finally the command ran but it came to another issue.
It gave me this error:
I tried uninstalling google chrome and again installing but the issue didn't change.
Please help me🙏
Error Log
process_begin: CreateProcess(NULL, uname, ...) failed.
Makefile:7: pipe: No such file or directory
'google-chrome' is not recognized as an internal or external command,
operable program or batch file.
C:/ProgramData/chocolatey/lib/make/tools/install/bin/make.exe install_node
make[1]: Entering directory 'C:/Users/User/Desktop/gsoc_open_source/oppia'
process_begin: CreateProcess(NULL, uname, ...) failed.
Makefile:7: pipe: No such file or directory
'google-chrome' is not recognized as an internal or external command,
operable program or batch file.
sh ./docker/install_node.sh
process_begin: CreateProcess(NULL, sh ./docker/install_node.sh, ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: *** [Makefile:276: install_node] Error 2
make[1]: Leaving directory 'C:/Users/User/Desktop/gsoc_open_source/oppia'
make: *** [Makefile:45: build] Error 2
I figured it out! I also saw another discussion: Setup Installation Issue
#20953
related to this problem. As others are also facing this problem, I will address the answer here:
The reason is that you are not using wsl2 terminal to run "make" command. For that, download
wsl
Then open the ubuntu terminal where you can run the "make" commands.
I figured it out! I also saw another discussion: Setup Installation Issue
#20953
related to this problem. As others are also facing this problem, I will address the answer here:
The reason is that you are not using wsl2 terminal to run "make" command. For that, download
wsl
Then open the ubuntu terminal where you can run the "make" commands.