Commit a92481a
committed
fix: resolve npm install ENOENT error in docs-site build
- Add shell access to npm environment for native module compilation
- Include common shell paths (/bin, /usr/bin, /usr/local/bin) in PATH
- Set SHELL environment variable explicitly for sharp package installation
- Enable native Node.js modules to compile in hermetic environment1 parent f8e7b93 commit a92481a
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
79 | 85 | | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
| 90 | + | |
84 | 91 | | |
85 | 92 | | |
86 | 93 | | |
| |||
0 commit comments