JSPM

keystone-v4-mongodb6

4.2.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q43582F
  • License MIT

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

Package Exports

  • keystone-v4-mongodb6
  • keystone-v4-mongodb6/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (keystone-v4-mongodb6) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

KeystoneJS V4 - MongoDB 6 Compatibility

This package is designed to maintain KeystoneJS V4 as many cloud services have enforced migration to MongoDB 6, while KeystoneJS V4 does not support MongoDB 6.

How to Use This Package for Migration to MongoDB 6

To migrate your KeystoneJS V4 project to MongoDB 6, follow these steps:

  1. Uninstall the existing Keystone package:
    npm uninstall keystone
  2. Install this package as an alias:
    npm install keystone@npm:keystone-v4-mongodb6

Why Maintain KeystoneJS V4?

While KeystoneJS V5 and KeystoneJS V6 exist, neither is a seamless replacement for V4 in certain cases:

Troubleshooting

If you encounter any issues, feel free to open an issue on GitHub.