-
Notifications
You must be signed in to change notification settings - Fork 313
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
npm run build-minified error #1
Comments
Got the same |
The issue is with the node version. Requires version 4 |
Good catch. Upgrading to version 4 worked for me. |
Yes, Node 4 is required. Glad you got it fixed. Will update the readme to point this out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"npm run build-minified" gives the error:
ERROR in ./
/css-loader!.//less-loader!./src/browser/components/main.lessModule build failed: ReferenceError: Promise is not defined
at LazyResult.async (.../fb-sleep-stats/node_modules/css-loader/node_modules/postcss/lib/lazy-result.js:157:31)
at LazyResult.then (.../fb-sleep-stats/node_modules/css-loader/node_modules/postcss/lib/lazy-result.js:79:21)
at processCss (.../fb-sleep-stats/node_modules/css-loader/lib/processCss.js:198:5)
at Object.module.exports (.../fb-sleep-stats/node_modules/css-loader/lib/loader.js:24:2)
@ ./src/browser/components/main.less 4:14-127
The text was updated successfully, but these errors were encountered: