Files
nuxt-frontend/.drone.yml
Joris Slagter ec8b532a2f
Some checks failed
continuous-integration/drone/push Build is failing
Fix: Use Node.js 14 for node-sass compatibility
Node.js 16 has C++ compilation issues with node-sass due to missing std::remove_cv_t support.
Node.js 14 LTS has proven compatibility with node-sass and avoids these compilation errors.

Error resolved:
- v8-internal.h:492:38: error: 'remove_cv_t' is not a member of 'std'
- make: *** [binding.target.mk:133] Error 1
2025-12-02 20:09:38 +01:00

2.3 KiB