workshopper / workshopper/javascripting
Trying to run javascripting
Personne n'a encore pris cette issue.
- Langage dominant
- JavaScript
- Étoiles
- 2.9k
- Forks
- 1k
- Merge moyen
- 14 h 47 min
- PR mergées (30 j)
- 1
Description
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:
- Install node.js'
- Open Comand Prompt on Windows 11 as Administrator
- i see that in my prompt: C:\Windows\System32>
- Type: npm install -g javascripting
- wait npm finish installation, installation is ok
- Type: javascripting (something like that: C:\Windows\System32>javascripting)
- error
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):
- OS: Windows 11
- Version 22621.1105
- Node Version v19.4.0
- NPM 9.3.1
What did I do wrong? Why doesn't javascripting start in my case like in the tutorials I've seen online?
Thanks
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Piste de recherche
Reproduire l’installation depuis un Windows 11 Command Prompt avec Node v19.4.0 et npm 9.3.1, en commençant par la commande signalée npm install -g javascripting et le point d’entrée javascripting. Vérifier comment l’emplacement de l’exécutable global est exposé dans PATH et le comparer à l’invocation fonctionnelle de node_modules\\.bin. Le travail est terminé lorsqu’il est établi s’il s’agit d’un problème de package ou d’environnement, et qu’une résolution reproductible est documentée ou testée.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript, node.js
- Domaine
- cli, developer-experience
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- Active
- Clarté
- À clarifier
- Accessibilité débutants
- 38/100