Skip to content

Windows installation fails with os error 267 due to reserved directory name 'aux' in angular-three-plugin #92

Description

@RafiulAlamRami

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions