Unhandled rejection ReferenceError: _dec is not defined when running au build --env prod
See original GitHub issueI’m submitting a bug report
running au build --env prod
results in Unhandled rejection ReferenceError: _dec is not defined
. This repository has this issue: https://github.com/Thanood/md-todo.
- Library Version: 0.26.1 (possibly lower versions as well)
Please tell us about your environment:
-
Operating System: OSX 10.x|Linux (distro)|Windows [7|8|8.1|10]
-
Node Version: 6.2.0
- NPM Version: 3.8.9
-
Browser: all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView
-
Language: all | TypeScript X.X | ESNext
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
aurelia/Discuss - Gitter
It's the skeleton-typescript-aspnetcore project I'm using. Maybe it's something with the charset then. ... Ok, I just set a route title to a ......
Read more >How to fix "ReferenceError: primordials is not defined" in Node.js
Solution: Either upgrade to Gulp.js 4 or downgrade to an earlier version of Node.js. Share. Share a link to this ...
Read more >Can Aurelia CLI bundler work with React plugin? Node env ...
Uncaught ReferenceError: process is not defined at Object. ... So if you use cli-bundler to build react app, it always runs in dev...
Read more >TypeError: cannot use 'in' operator to search for 'x' in 'y'
Be careful when using the in operator to search in Array objects. The in operator checks the index number, not the value at...
Read more >Firebase JavaScript SDK Release Notes - Google
Updated firebase/[product] entry point bundles to conform to Node.js ES ... an uncaught rejection in isSupported() when the environment does not support ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I encountered the same problem yesterday. Downgrading uglify-js to 2.7.5 solved it.
Opened a bug report here and the maintainers quickly responded and suggested that the issue was already fixed in
master
(which has not yet been released). I was able to confirm this and since they release almost daily I assume this patch will be released very soon