Skip to content

Commit

Permalink
fix: Resolve node module macos-alias installation on non-macOS platforms
Browse files Browse the repository at this point in the history
fix: Resolve node module macos-alias installation on non-macOS platforms
- Add `optionalDependencies` for node module `macos-alias` in package.json
- Prevent npm build failures on Linux platform & non-macOS platforms
  • Loading branch information
studioego committed Dec 11, 2024
1 parent 8252a10 commit 4c4d34b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@
"workbox-sw": "^7.1.0",
"ws": "^8.18.0"
},
"optionalDependencies": {
"macos-alias": "^0.2.11"
},
"overrides": {
"eslint": "^8.57.0"
},
Expand Down

0 comments on commit 4c4d34b

Please sign in to comment.