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
Hi, with node v16.17.1 during install i get this error :
prompt: Please enter you Zenodo API Key. (Enter to ignore): (node:31189) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
I i run node zotzen.js IAZCA5BJ --show i get the same error, details :
node --trace-warnings zotzen.js IAZCA5BJ --show
(node:32530) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
at emitCircularRequireWarning (node:internal/modules/cjs/loader:719:11)
at Object.get (node:internal/modules/cjs/loader:735:5)
at Object.exports.setLevels (/zotzen-cli/node_modules/winston/lib/winston/common.js:35:14)
at Object.<anonymous> (/zotzen-cli/node_modules/winston/lib/winston.js:84:8)
at Module._compile (node:internal/modules/cjs/loader:1126:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Module.require (node:internal/modules/cjs/loader:1028:19)
at require (node:internal/modules/cjs/helpers:102:18)
The text was updated successfully, but these errors were encountered:
Hi, with node v16.17.1 during install i get this error :
I i run
node zotzen.js IAZCA5BJ --show
i get the same error, details :The text was updated successfully, but these errors were encountered: