TransitionbyDesign / homemaker

GNU Affero General Public License v3.0
0 stars 1 forks source link

github build actions failing #86

Open wu-lee opened 2 years ago

wu-lee commented 2 years ago

The build action has been failing repeatedly.

wu-lee commented 2 years ago

There are now many warnings in the build logs about deprecated packages and other problems, which appear as and when they are discovered in dependencies used by the website code.

Investigating these:

However, the main thing causing the build to break is that a particular dependency, node-sass, fails to install and build correctly. However, this package is deprecated (in fact that is probably related to the failure to build), and was replaced with the recommended alternative sass some time ago. The node-sass dependency just needed to be removed and the build now succeeds.... modulo other problems which deserve other tickets. See #85