Skip to content
New issue

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

Node modules not installed for emails framwork #1139

Open
theliquidcharcoal opened this issue Mar 23, 2023 · 1 comment
Open

Node modules not installed for emails framwork #1139

theliquidcharcoal opened this issue Mar 23, 2023 · 1 comment

Comments

@theliquidcharcoal
Copy link

ppatel 2023-03-23 at 17 22 36@2x

How can we reproduce this bug?

  1. sudo npm install --global foundation-cli
  2. foundation new --framework emails

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?

@viking1304
Copy link

viking1304 commented Mar 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants