Blake Preston
Blake Preston

Reputation: 128

Node-sass related error attempting to setup Zurb Foundation 6 web project on Ubuntu20.04

Going to make a personal website and I want to use Zurb Foundation 6 for the framework.
I am running:
Ubuntu 20.04.3 LTS
Node 16.14.0
Npm 8.5.0
yarn 1.22.17

I am following this basic startup guide for the ZURB Foundation template. img of install instructions
I have tried installing with the Foundation CLI and the manual option both result in this error.

error /home/blake/gitworkspace/BlakeSite/node_modules/node-sass: Command failed.

The error seems to be some consequence of node-sass.
The only lead I could find was here and I don't understand what to do with a bridge file or which one I would need.

Thanks for your help!

Upvotes: 0

Views: 418

Answers (1)

nschonni
nschonni

Reputation: 4129

node-sass 4.14.1 doesn't support Node 16 https://github.com/sass/node-sass#node-version-support-policy. If you need that version, you need to use Node 14

Upvotes: 0

Related Questions