Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please update this starter with the latest Strapi, plugin and dependency versions #140

Open
borzaka opened this issue Jun 18, 2024 · 1 comment

Comments

@borzaka
Copy link

borzaka commented Jun 18, 2024

I tried to use this starter, and faced many problems during usage and upgrades:

main.663d6551.js:1154 Uncaught 
ReferenceError: process is not defined
    at Zn (main.663d6551.js:1154:7252)
    at gl (main.663d6551.js:2047:18075)
    at Zc (main.663d6551.js:2049:45886)
    at Eh (main.663d6551.js:2049:41468)
    at Ou (main.663d6551.js:2049:41396)
    at Vd (main.663d6551.js:2049:41247)
    at gh (main.663d6551.js:2049:37461)
    at mh (main.663d6551.js:2049:36357)
    at X (main.663d6551.js:2141:1646)
    at MessagePort.Q (main.663d6551.js:2141:2025)
  • other pages throws and error as well: BlogPage, Global, RestaurantPage

My updated package.json dependencies list:

  "dependencies": {
    "@ckeditor/strapi-plugin-ckeditor": "^0.0.11",
    "@offset-dev/strapi-calendar": "^0.0.10",
    "@strapi/plugin-graphql": "4.25.0",
    "@strapi/plugin-i18n": "4.25.0",
    "@strapi/plugin-seo": "^1.9.8",
    "@strapi/plugin-users-permissions": "4.25.0",
    "@strapi/strapi": "4.25.0",
    "@webbio/strapi-plugin-scheduler": "^1.0.6",
    "better-sqlite3": "^11.0.0",
    "fs-extra": "^11.2.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router-dom": "^5.3.4",
    "strapi-plugin-populate-deep": "^3.0.1",
    "strapi-plugin-todo": "^0.0.10",
    "styled-components": "^5.3.3",
    "unzip-stream": "^0.3.4",
    "uuid-v4": "^0.1.0"
  },

I have removed the engines key. And I'am using Node.js 18.19.1

In the current state, it's a very bad developer experience.

@sgalcheung
Copy link

I used npm version 16.20.2, it worked well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants