Skip to content

Help Starting Over #12431

Answered by jameswilson
maltmaster asked this question in Q&A
May 14, 2022 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

What I found that finally works:

Ensure nvm is installed and available on path.
Ensure python2 is installed and available on path.
(On Mac) Ensure ComandLineTools for XCode is installed, so you can compile node-sass via node-gyp:

nvm install 14  # because foundation doesn't work with node 16 yet.
nvm use 14
npm install --global foundation-cli
foundation new --framework sites --template panini --directory my-project
# Or (basic templates instead of panini)
foundation new --framework sites --template basic --directory my-project
cd my-project
nvm use 14  # because it switches back to whatever your default is when you cd (in my case node 16).
node -v > .nvmrc  # ensure node 14 is used when y…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@jameswilson
Comment options

@jameswilson
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by maltmaster
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants