sebcomeau

Results 4 comments of sebcomeau

I have same issue with dev vs production builds. Tailwind version is `4.1.7` Development build for `.container` class. ```css .container { width: 100%; @media (width >= 768px) { max-width: 768px;...

Build fails during `npm prune --production` with the following error: ``` ENOENT: no such file or directory, lstat '/home/node/node_modules/@tailwindcss/oxide-wasm32-wasi' ``` This happens because the `package-lock.json` was generated on a Windows...

Can't do a clean install on Windows because we've recreated the package lockfile on Linux. Windows 11 Node v24.11.0 NPM v11.6.2 ```sh $ npm ci npm error code EUSAGE npm...

Version `0.34.0` is available on `winget` but not `0.35.0`. ```sh > winget search Headlamp Name Id Version Source ------------------------------------------ Headlamp Headlamp.Headlamp 0.34.0 winget ```