Node npm windows file paths are too long to install packages

后端 未结 9 1467
野性不改
野性不改 2020-11-29 17:58

Situation

I want to use gulp and related front-end tool chains in Windows-hosted development environments. I\'m hitting a wall trying to use gulp pl

9条回答
  •  一生所求
    2020-11-29 18:26

    Windows 8.1 and 10 have an option to increase the Win32 path limit:

    • Open Group Policy Editor (Press Windows+R and type gpedit.msc and hit Enter)
    • Navigate to the following directory: Local Computer Policy\Computer Configuration\Administrative Templates\System\Filesystem
    • Doubleclick on Enable Win32 long paths option and enable it.

提交回复
热议问题