All Questions
Tagged with zurb-foundation node.js
63 questions
2
votes
0
answers
467
views
Foundation CLI error : return emojiWidthLookup.get( code ) ?? 2 ;
I'm a front end dev who's been using Zurb Foundation to build custom WordPress themes for years with no problems, but the last year, the CLI has been giving me nothing but grief. I've tried doing a ...
1
vote
1
answer
984
views
Node modules not installed - foundation-sites - new project
I have an issue which was frequently reported here, but unfortunately I have not find there any proper solution.
After disk formatting and installing macOS Monterey, I have installed:
node.js v16.14....
1
vote
0
answers
603
views
Foundation 6.7.4 installation issue (scss) : Node modules not installed
I was in search of the page below on zurb-foundation to get my custom css and js files based on the flex-grid. Unfortunately, the page is no longer available...
I was afraid of scss but I decided to ...
0
votes
0
answers
182
views
NPM warning installation calling for solution when installing Foundation
I need a help with this error while i'm installing npm in the directory. it caused an error too when I try to npm start. I have tried with npm cache clean --force and rm -rf node_modules but it doesnt ...
0
votes
0
answers
56
views
Foundation for Emails Node.js TypeError
I am having this issue
[TypeError][1]: https://i.sstatic.net/iEIf7.png
When I run foundation watch it gives me the error TypeError: execute is not a function
I have reinstalled foundation, node, npm ...
1
vote
1
answer
39
views
Using Angular in one of the node.js a project, should I be using a new HTML framework along with it like Foundation Zurb or Bootstrap? [closed]
Using Angular in a node.js project, should I be using a new HTML framework along with it like Foundation Zurb or Bootstrap?
Or does angular also handle the job of Foundation Zurb / Bootstrap? Please ...
0
votes
1
answer
2k
views
Foundation CLI does not work. ReferenceError: primordials is not defined
I have Windows 10 (64 bit), Node v13.0.1, npm 6.12.0. I want to install foundation-cli globaly but I am getting "ReferenceError: primordials is not defined" while I command "foundation new" or "...
0
votes
1
answer
1k
views
MakeCallback DeprecationWarning error when running Foundation for Emails build process
I'm using Foundation for Emails Sass Version to generate HTML emails. I have made a few small changes to the gulpfile and package.json, but for the most part it is exactly what is given on the ...
0
votes
1
answer
170
views
Issues installing Swup using npm with Zurb Foundation
I am having problems getting Swup to work with foundation.
So far I have...
Installed via npm.
Created a new js/lib/dependencies file
Added the import to the foundation app.js
Added it to the config....
3
votes
0
answers
180
views
why does using "async" inside of "module.exports" cause: Type Error: "exports" is read-only
I have the following, experimental code:
//JS File which exports
function consoletest(){
console.log("HelloRequire!")
}
function commonAJAXCall(){
return $.get('https://jsonplaceholder.typicode....
0
votes
1
answer
25
views
"foundation" command is not known outside nodeJS folder
I had to install NodeJS and subsequently foundation CLI (V6) without admin rights through the Shell.
Everything worked perfectly fine first, but once I closed the shell and reopened it, I couldn't ...
0
votes
1
answer
507
views
Node App works on Heroku Local but crashes on Heroku server. using simple Foundation template project
I am trying to deploy a Foundation web app based on Yarn, Gulp and Node.js on Heroku. It works with heroku local web but crashes on the Heroku server.
I have set the port correctly. I am trying to ...
0
votes
0
answers
211
views
Installing Foundation templates, node modules not installed
I'm attempting to get the Zurb stack up and running to work on a project using their templates. The directions can be found here https://foundation.zurb.com/emails/docs/sass-guide.html.
When I ...
0
votes
0
answers
649
views
I am having trouble installing Zurb Foundation for HTML Emails
I was able to download Foundation, but when I try to run the foundation new --framework emails command, it doesn't work and gives me this error message.
What should I do?
Message:
fs.js:27
const { ...
1
vote
1
answer
232
views
Foundation for emails: Add code after Inky and Inlining
I'm using foundation for emails 2.
I'm looking to insert a piece of code into the final rendered email, after all the node tasks have run, specifically after the email has been inlined. As inlining ...