for a previous error explained in: https://foundation.zurb.com/forum/posts/57453-install-foundation-cli-error-enoent that I could never solve
I have installed Windows 10 (clean installation) on my computer. Then I did the installation process of Git, Node, Foundation, the whole process correctly.
Then I created a website with foundation new and it worked.
Then I installed Dreamweaver 18.0 and from that moment Foundation left it started giving error in the Node module.
C:\Users\Edgardo>foundation new
C:\Users\Edgardo\AppData\Roaming\npm\node_modules\foundation-cli\node_modules\string-kit\lib\format.js:521
base = round( n / ( 1000 ** logDiv3 ) , roundStep[ logMod ] ) ;
^
SyntaxError: Unexpected token *
at createScript (vm.js:56:10)
at Object.runInThisContext (vm.js:97:10)
at Module._compile (module.js:549:28)
at Object.Module._extensions..js (module.js:586:10)
at Module.load (module.js:494:32)
at tryModuleLoad (module.js:453:12)
at Function.Module._load (module.js:445:3)
at Module.require (module.js:504:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\Users\Edgardo\AppData\Roaming\npm\node_modules\foundation-cli\node_modules\string-kit\lib\string.js:61:2)