April 2016

lazy-result.js ReferenceError: Promise is not defined

[code lang="javascript"] node_modules/postcss/lib/lazy-result.js:157 this.processing = new Promise(function (resolve, reject) { ^ ReferenceError: Promise is not defined [/code] When I install the FoundationPress, after I run gulp build I saw this message, this is because the node version problem. the have mention in this post https://github.com/postcss/postcss-nested/issues/30 Solution [code lang="shell"] vim node_modules/postcss/lib/lazy-result.js [/code] Put this to the

lazy-result.js ReferenceError: Promise is not defined Read More »