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
this same problem in python 3.12 and in conda python 3.11
d:\anaconda3\envs\screeps\Library\screeps-starter-python>python build.py
Traceback (most recent call last):
File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 437, in
main()
File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 426, in main
install_node_dependencies(config)
File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 403, in install_node_dependencies
if config.rollup_executable() is not None:
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 159, in rollup_executable
for path in possible_rollup_binary_paths(self):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 52, in possible_rollup_binary_paths
raise Exception("npm bin failed. exit code: {}. command line '{}'. stderr: {}. stdout: {}"
Exception: npm bin failed. exit code: 1. command line 'C:\Program Files\nodejs\npm.CMD' 'bin'. stderr: . stdout: Unknown command: "bin"
To see a list of supported npm commands, run:
npm help
The text was updated successfully, but these errors were encountered:
this same problem in python 3.12 and in conda python 3.11
d:\anaconda3\envs\screeps\Library\screeps-starter-python>python build.py
Traceback (most recent call last):
File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 437, in
main()
File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 426, in main
install_node_dependencies(config)
File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 403, in install_node_dependencies
if config.rollup_executable() is not None:
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 159, in rollup_executable
for path in possible_rollup_binary_paths(self):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 52, in possible_rollup_binary_paths
raise Exception("npm bin failed. exit code: {}. command line '{}'. stderr: {}. stdout: {}"
Exception: npm bin failed. exit code: 1. command line 'C:\Program Files\nodejs\npm.CMD' 'bin'. stderr: . stdout: Unknown command: "bin"
To see a list of supported npm commands, run:
npm help
The text was updated successfully, but these errors were encountered: