We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can we reproduce this bug?
here you will get the error mentioned in the screenshot above
Write out the HTML (or Inky code) that causes the issue.
What did you expect to happen?
What happened instead?
What email clients does this happen in?
The text was updated successfully, but these errors were encountered:
As far as I know, foundation-cli is deprecated. The recommended way to use foundation for emails is to clone the email template stack.
In your case, you can follow the instructions, but you'll need to install yarn first if you don't have it.
❯ npm install -g yarn
Then enter the folder and run yarn install manually
❯ cd test ❯ yarn install
You can also use this instead
❯ cd test ❯ npm install
And then use those commands instead of watch and build:
❯ npm start
❯ npm run build
Sorry, something went wrong.
No branches or pull requests
How can we reproduce this bug?
here you will get the error mentioned in the screenshot above
Write out the HTML (or Inky code) that causes the issue.
What did you expect to happen?
What happened instead?
What email clients does this happen in?
The text was updated successfully, but these errors were encountered: