You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey folks! I'm in the process of submitting my first blog to the Delta.io/blog.
I am following the guidelines in the README to build a local preview and getting stuck:
What I've done
run brew install node@16 as required in the README.
run brew pin node@16 and echo 'export PATH="$(brew --prefix)/opt/node@16/bin:$PATH"' >> ~/.zshrc to make sure Node 16 gets used.
run npm install --legacy-peer-deps
Then I get these errors. Seems like some deps require Node@18:
(full traceback below)
But trying with node@18 fails with:
Maybe I'm missing something?
Any help to get up and running locally would be appreciated!
Hey folks! I'm in the process of submitting my first blog to the Delta.io/blog.
I am following the guidelines in the README to build a local preview and getting stuck:
What I've done
brew install node@16
as required in the README.brew pin node@16
andecho 'export PATH="$(brew --prefix)/opt/node@16/bin:$PATH"' >> ~/.zshrc
to make sure Node 16 gets used.npm install --legacy-peer-deps
Then I get these errors. Seems like some deps require Node@18:
(full traceback below)
But trying with node@18 fails with:
Maybe I'm missing something?
Any help to get up and running locally would be appreciated!
Full traceback when running with node@16:
The text was updated successfully, but these errors were encountered: