-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Can't run the workshop in window terminal #259
Comments
@Violet-XiaoWeiHuang did you open |
Also, this could be an issue with your Node install and the npm install not being added to your PATH correctly. You can see #195 where they had the same error of |
Hi @itzsaga, I use #195 to fix it. But it failed on my w10 Powershell. javascripting/bin/javascripting Lines 1 to 3 in 567d400
After I run .\javascripting , it showsAnd this javascripting file is not a .exe file and .exe file can be run in Windows. And this javascripting file is UNIX shell script. I think it could be another reason it fails on the Windows system. |
Try installing gitbash for windows. It will solve your problem. |
For reference, we run regularly run workshops using this workshopper in Lima and windows users always encounter issues... for most users, the terminal inside VSCode is the simplest solution 🙊. |
I am getting the following error when trying to load the javascript code: changed 124 packages, and audited 125 packages in 1s 4 packages are looking for funding 7 vulnerabilities (3 moderate, 4 high) To address all issues, run: Run |
I have installed the npm and Node.js in Windows . And I have installed the module successfully.
However, when I run the workshop by using Windows cmd, it shows
"'javascripting' is not recognized as an internal or external command, operable program or batch file."
And the ERRORLEVEL of it is 9009, which is a script execution error.
Did anyone meet and solve this issue?
The text was updated successfully, but these errors were encountered: