Skip to content
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

Problema de instalación en windows - Failed to remove some directories #168

Closed
facu777 opened this issue Jun 21, 2024 · 1 comment · Fixed by #169
Closed

Problema de instalación en windows - Failed to remove some directories #168

facu777 opened this issue Jun 21, 2024 · 1 comment · Fixed by #169
Assignees
Labels
development experience good first issue Good for newcomers priority: high Important issue - needs attention

Comments

@facu777
Copy link

facu777 commented Jun 21, 2024

Estaba instalando wollok-ts-cli en mi compu con windows 11 utlizando npm en su ultima versión y node v20.6.1 con el comando npm i -g wollok-ts-cli en powershell. Me aparece el siguiente error:

image

Con permisos de administrador me aparece lo siguiente:
image

@PalumboN
Copy link
Contributor

Sí, al parecer la culpable es esta línea:

"preinstall": "sh scripts/download-libs.sh",

que solo funciona en Bash.

Todavía no tenemos soporte para Powershell, pero podemos dejar este issue abierto para hacerlo en un futuro.

Por ahora mi recomendación es que intentes en otra consola, alguna que sea bash, no powershell.

@PalumboN PalumboN added good first issue Good for newcomers development experience priority: low Nice to have issue priority: high Important issue - needs attention and removed priority: low Nice to have issue labels Jun 26, 2024
@ivojawer ivojawer self-assigned this Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development experience good first issue Good for newcomers priority: high Important issue - needs attention
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants