When trying to install angular-three-plugin on Windows (using pnpm), the installation fails with an OS error. This happens because the package contains a directory named aux at src/generators/aux. In Windows, aux is a reserved system device name, and it is strictly forbidden to create a folder or file with this exact name.
Error: × installing dependencies
╰─▶ cannot create directory at "............. \node_modules/.pnpm\
\angular-three-plugin@4.2.4__48e7c012ca1bcf9bf5886e4855a51559
\node_modules\angular-three-plugin\src/generators/aux": The directory
name is invalid. (os error 267)
Be on a Windows machine (not WSL). Run pnpm add angular-three-plugin and Observe the crash during package extraction.
When trying to install
angular-three-pluginon Windows (using pnpm), the installation fails with an OS error. This happens because the package contains a directory namedauxatsrc/generators/aux. In Windows,auxis a reserved system device name, and it is strictly forbidden to create a folder or file with this exact name.Error: × installing dependencies
╰─▶ cannot create directory at "............. \node_modules/.pnpm\
\angular-three-plugin@4.2.4__48e7c012ca1bcf9bf5886e4855a51559
\node_modules\angular-three-plugin\src/generators/aux": The directory
name is invalid. (os error 267)
Be on a Windows machine (not WSL). Run pnpm add angular-three-plugin and Observe the crash during package extraction.