contiamo/operational-scripts

Symlink is not working on windows (EPERM)

Closed this issue · 1 comments

Describe the bug
The installation doesn't work on windows

To Reproduce
Steps to reproduce the behavior:

  1. Create an empty project
  2. git init && npm init -y
  3. npm i -D @operational/scripts
  4. EPERM: operation not permitted

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots

On git-bash
image

On power-shell
image

(=> true is not recognized as an internal or external command operable program or batch file)

Desktop:

  • OS: Microsoft Windows 10 Professionnel - 10.0.17744 N/A version 17744
  • bash version: GNU bash, version 4.4.19(2)-release (x86_64-pc-msys)
  • operational/scripts version: 1.0.2

Idea to resolve this issue:

Good catch! Wanna make a PR?