Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Fails with newer versions of cz #4

Open
cvockrodt opened this issue Oct 11, 2018 · 1 comment
Open

Fails with newer versions of cz #4

cvockrodt opened this issue Oct 11, 2018 · 1 comment

Comments

@cvockrodt
Copy link

When installing with the latest version (1.8.2) of cz, node fails to run with the following error:

config.defaults({
       ^

TypeError: config.defaults is not a function
    at Object.<anonymous> (/opt/putio_client/app.js:11:8)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Function.Module.runMain (module.js:693:10)
    at startup (bootstrap_node.js:188:16)
    at bootstrap_node.js:609:3

Hard-coding the version to 1.3.1 allows it to run correctly. I'm not sure which version is breaking

@cvockrodt
Copy link
Author

It looks like it fails at cz=^1.6.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant