keystonejs / keystone-classic

Node.js CMS and web app framework
http://v4.keystonejs.com
MIT License
14.65k stars 2.21k forks source link

TypeError: keystone.mount is not a function #5006

Open ZeeAzmat opened 3 years ago

ZeeAzmat commented 3 years ago

unable to mount application

I am trying to upgrade my application from keystone 0.3 to 4.2 and when i did update the keystone version and installed node_modules I started getting this error while mounting the application. The documentation says mounting process has been rewritten - https://v4.keystonejs.com/guides/v-0-3-to-v-4-0-upgrade-guide/

It directs me towards admin/server in the modules, I did go through that as well but still couldn't find any help. I would highly appreciate any help on this.

Thanks

Screenshot 2021-05-06 at 5 56 02 PM
ZeeAzmat commented 3 years ago

@raveling Any help on this?