rotundasoftware / cartero

Modular front end development for multi-page web applications.
MIT License
204 stars 25 forks source link

Update npmlog dependency. #58

Closed kid-icarus closed 3 years ago

kid-icarus commented 7 years ago

I was encountering this issue: https://github.com/npm/npmlog/issues/50

Syntax errors in client-side JS were throwing the following error while bundling:

info   /Users/cooldude/Projects/zephyr-bug/src/pages/app/app-client.js
/Users/cooldude/Projects/ui-zephyr/node_modules/npmlog/log.js:145
      arg.stack = stack = arg.stack + ''
                ^

TypeError: Cannot set property stack of SyntaxError which has only a getter
    at EventEmitter.<anonymous> (/Users/cooldude/Projects/ui-zephyr/node_modules/npmlog/log.js:145:17)
    at EventEmitter.<anonymous> (/Users/cooldude/Projects/ui-zephyr/node_modules/npmlog/log.js:230:21)
    at Readable.<anonymous> (/Users/cooldude/Projects/ui-zephyr/node_modules/cartero/index.js:421:9)
kid-icarus commented 3 years ago

Going to assume the project is dead.