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.Dismiss alert
in a fresh installation over windows 11 I cannot execute "python manage.py bulma install"
(venv) PS C:\sites\testbulma> py manage.py bulma install
Traceback (most recent call last):
File "C:\sites\testbulma\manage.py", line 22, in <module>
main()
File "C:\sites\testbulma\manage.py", line 18, in main
execute_from_command_line(sys.argv)
File "C:\sites\testbulma\venv\Lib\site-packages\django\core\management\__init__.py", line 446, in execute_from_command_line
utility.execute()
File "C:\sites\testbulma\venv\Lib\site-packages\django\core\management\__init__.py", line 440, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "C:\sites\testbulma\venv\Lib\site-packages\django\core\management\base.py", line 402, in run_from_argv
self.execute(*args, **cmd_options)
File "C:\sites\testbulma\venv\Lib\site-packages\django\core\management\base.py", line 448, in execute
output = self.handle(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\sites\testbulma\venv\Lib\site-packages\django\core\management\base.py", line 666, in handle
label_output = self.handle_label(label, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\sites\testbulma\venv\Lib\site-packages\bulma\management\commands\bulma.py", line 31, in handle_label
getattr(self, 'handle_' + label)(**options)
self.npm_run(['install'])
File "C:\sites\testbulma\venv\Lib\site-packages\bulma\management\commands\bulma.py", line 66, in npm_run
subprocess.run(['npm'] + commands, cwd=self.bulma_dir)
File "C:\Users\Enrique\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Enrique\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1024, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Enrique\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1493, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado
Enviroment:
OS Windows 11
Python 3.11
Django 4.1.7
npm 8.8.0
node 16.0
Thanks
The text was updated successfully, but these errors were encountered:
Hi there:
in a fresh installation over windows 11 I cannot execute "python manage.py bulma install"
Enviroment:
OS Windows 11
Python 3.11
Django 4.1.7
npm 8.8.0
node 16.0
Thanks
The text was updated successfully, but these errors were encountered: