Skip to content

chore: Add separate postinstall script

Description

The npm install command on Windows does not respect the --prefix setting, leading to infinite recursion when trying to set up the project.

This workaround runs a node script which runs npm install with different working directories.

Related Issues

Related to #790

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Merge request reports