build.sh fails
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3572520. -->
Reported by: [kmajzlik](https://www.drupal.org/user/122194)
Related to !13
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>./build.sh fails on error<br>
~/drupal/nodehive-ce/web/modules/contrib/nodehive_core/css/src'</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Just run ./build.sh on clean</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>I think it started when Tailwind 4 was released. npx command in build.sh does not have version pin.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>- add package.json<br>
- add .nvmrc<br>
- fix tailwind 3 to tailwind 4 migration (optional, as Tailwind 3 can be held by package manager)</p>
issue