-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Can't build email project. What versions of node should I use? What SASS should I be using? #1129
Comments
I would suggest emailing Zurb to see if there is a new discussion forum for
the product. They may have changed the platform they use for support.
On the SASS error, is there anything in the SASS file that could be causing
the error? Can you validate the SASS with another tool?
…On Mon, Oct 31, 2022, 5:45 PM Teisha Wegner ***@***.***> wrote:
I'm trying to get my emails to compile and currently running into an issue
on npm run build command. I wanted to search the Get Help link on
https://get.foundation/emails/docs/sass-guide.html but it takes me to a
"site can't be reached" page: https://foundation.discourse.group/ - can
this get fixed or can someone help me with my current issue:
[image: image]
<https://user-images.githubusercontent.com/40865491/199116365-af230ba4-f607-476c-ae48-b4a1d20a8ebd.png>
—
Reply to this email directly, view it on GitHub
<#1129>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE4UJHDARJAUMR47OQW4PLWGA4YFANCNFSM6AAAAAARTP4HUM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Could someone provide me with what version of node, npm, and foundation-cli they're using that's working? |
My current working setup has the following versions. Yarn is used for compiling All is run through VS Code 1.7.2 Hope this helps. |
Thank you I'll give it a try, I'm running on Windows 10 so we will see if it makes any difference. |
FYI upon a fresh install i needed to modify the gulpfile.js to require 'sass' :
|
The instructions on the web page https://get.foundation/emails/docs/sass-guide.html are not good. I just discovered that foundation-cli is now an archived project, so it should not be used. Instructions on this GitHub page are fine: Just note that you can use v14.21.1 without any problem. |
I'm having a similar issue with installing and running foundations emails on my M1 Mac. npm -v: 9.1.3 I've followed all of the instructions above and STILL can't get this to set up properly. Here's the main error I'm getting when I do an npm start:
The contents of the package.json file:
The contents of the .babelrc file:
Outside of this, I've been getting nothing but errors when trying to get this going. I would appreciate any help here. I have been losing weeks of time trying to get this up and running. thank you very much! |
Adding a small piece of information here regarding the NVM work-around. I thought just running
|
I'm trying to get my emails to compile and currently running into an issue on
npm run build
command. I wanted to search the Get Help link on https://get.foundation/emails/docs/sass-guide.html but it takes me to a "site can't be reached" page: https://foundation.discourse.group/ - can this get fixed or can someone help me with my current issue:The text was updated successfully, but these errors were encountered: