make build scripts cross platform #17498
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
Some of the PrimeNG git repo's (p)npm scripts cannot be executed on Windows due to the way environment variables are used in the scripts.
The solution is to use the "cross-env" tool where required. Tested under Ubuntu and Windows.
Pull Request Link
#17497
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/github/primefaces/primeng-issue-template
Environment
Angular version
19
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
build primeng on windows -> fail
Expected behavior
it builds
The text was updated successfully, but these errors were encountered: