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
Apostrophe create-project Failed
(node:75963) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
at emitCircularRequireWarning (internal/modules/cjs/loader.js:823:11)
at Object.get (internal/modules/cjs/loader.js:837:5)
at Object.exports.setLevels (/Users/kyron/.nvm/versions/node/v14.4.0/lib/node_modules/apostrophe-cli/node_modules/winston/lib/winston/common.js:32:14)
at Object.<anonymous> (/Users/kyron/.nvm/versions/node/v14.4.0/lib/node_modules/apostrophe-cli/node_modules/winston/lib/winston.js:83:8)
at Module._compile (internal/modules/cjs/loader.js:1200:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1220:10)
at Module.load (internal/modules/cjs/loader.js:1049:32)
at Function.Module._load (internal/modules/cjs/loader.js:937:14)
at Module.require (internal/modules/cjs/loader.js:1089:19)
at require (internal/modules/cjs/helpers.js:73:18)
For now I've downgraded my node version to 13.x and it's working fine.
The text was updated successfully, but these errors were encountered:
winston 2.4.5 has been released which should resolve this issue, though we encourage migrating to Winston@3 which is maintained and is tested with latest Node versions.
Winston 2.x doesn't work with node 14.x. and thus breaks this tool.
winstonjs/winston#1797
For now I've downgraded my node version to 13.x and it's working fine.
The text was updated successfully, but these errors were encountered: