You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cz
[email protected], [email protected]
Unable to find a configuration file. Please refer to documentation to learn how to set up: https://github.com/leonardoanalista/cz-customizable#steps "
Cannot read properties of null (reading 'subjectLimit')
$ cz-customizable
cz-customizable standalone version
Unable to find a configuration file. Please refer to documentation to learn how to set up: https://github.com/leonardoanalista/cz-customizable#steps "
/mnt/Data/opt/.nvm/versions/node/v20.7.0/lib/node_modules/cz-customizable/index.js:16
config.subjectLimit = config.subjectLimit || 100;
^
TypeError: Cannot read properties of null (reading 'subjectLimit')
at Object.prompter (/mnt/Data/opt/.nvm/versions/node/v20.7.0/lib/node_modules/cz-customizable/index.js:16:34)
at Object.<anonymous> (/mnt/Data/opt/.nvm/versions/node/v20.7.0/lib/node_modules/cz-customizable/standalone.js:19:5)
at Module._compile (node:internal/modules/cjs/loader:1241:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1295:10)
at Module.load (node:internal/modules/cjs/loader:1091:32)
at Module._load (node:internal/modules/cjs/loader:938:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47
Node.js v20.7.0
Note
I get the same error when I put cz-config.js inside ${HOME} instead of the repository (as above).
The text was updated successfully, but these errors were encountered:
lamyergeier
changed the title
Unable to find configuration file (using it in non JS Project)
[Error] unable to find configuration file (using it in non JS Project)
Apr 27, 2024
Install
My repository
Note: I have added
cz-config.js
to repository headError
Note
I get the same error when I put cz-config.js inside
${HOME}
instead of the repository (as above).The text was updated successfully, but these errors were encountered: