-
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
Trying to run javascripting #351
Comments
@Dnalab01 |
If possible, I suggest using Windows Subsystem for Linux. |
The issue seems to be caused by a missing environment variable that points to the directory where npm installs global packages. This variable is typically named "PATH" and should include the path to the ".bin" directory of the npm global package installation. When you run the In your case, since you were unable to launch the "javascripting" command from the command prompt, it appears that the To fix this issue, you can add the path to the
|
Describe the bug
Hi, I'm a newbie and it's my first time trying Javascripting.
I followed the instructions and after installing node.js, I opened CMD as administrator, on Windows 11.
I ran the command npm install -g javascripting, and next i wrote javascripting, but nothing happens.
Just an error: "javascripting" is not recognized as an internal or external command,
an executable program or batch file.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Through the tutorials and videos I've watched, the javascripting program launches on the CMD.
So I did this
The npm install had no error, but I couldn't read the installation directory (too fast). I tried to figure out in which directory npm was actually installing javascripting. After some tries, I found javascripting in this directory:
C:\Windows\System32\node_modules\.bin
From here, you can also double click on javascripting.cmd.
I wrote this in command prompt
cd node_modules
C:\Windows\System32\node_modules>
cd .bin
C:\Windows\System32\node_modules\.bin>
javascripting
javascripting starts It works!
Execution environment (please complete the following information):
What did I do wrong? Why doesn't javascripting start in my case like in the tutorials I've seen online?
Thanks
The text was updated successfully, but these errors were encountered: