Project

General

Profile

Task #97538

Updated by Josef Glatz over 2 years ago

h1. Requirements 

 * It's actually not possible to build the frontend on arm64 architecture based computers like the Apple Silicon (M1, ...). 
 * node-sass respectively LibSass is deprecated as stated in https://www.npmjs.com/package/node-sass 
 * Bootstrap 5.x supports/uses dart-sass with the npm package "sass" which distributes dart-sass, the native javascript based sass solution 

 For whatever reason: the build process works on Benni's M1. ಠ_ಠ 

 h1. ToDo 

 TBD (see sub tasks) 

 h1. How to test 

 * Build scripts must not use node-sass anymore. 
 * npm package "sass" must not required anymore by the TYPO3 core 
 * build scripts must work on before unsupported environments like the apple silicon architecture

Back