Giter VIP home page Giter VIP logo

Comments (6)

Yuri6037 avatar Yuri6037 commented on July 22, 2024 1

Hi I just got hit by this error and found a way to fix it. The problem seam to be related to prismjs. prismjs apparently for some reasons decided it wanted to f*** ** every projects by no longer generating any HTML code but instead returning a crappy non-sense list of objects.

In order to fix it just locate the line that mentions prismjs in your package.json and replace it with:

"prismjs": "1.20.0",

Notice the remove '^' character.

I have tested this fix on both yarn and npm and it worked on both.

from react-simple-code-editor.

saswat3115 avatar saswat3115 commented on July 22, 2024

after doing above step I am getting below error

×
ReferenceError: Prism is not defined

from react-simple-code-editor.

bhavaniravi avatar bhavaniravi commented on July 22, 2024

@saswat3115 you might want to reinstall the npm package with the correct version after changing package.json

Thank you @Yuri6037, I was stuck with this for hours

from react-simple-code-editor.

gmarathiarcadix avatar gmarathiarcadix commented on July 22, 2024

Hi I just got hit by this error and found a way to fix it. The problem seam to be related to prismjs. prismjs apparently for some reasons decided it wanted to f*** ** every projects by no longer generating any HTML code but instead returning a crappy non-sense list of objects.

In order to fix it just locate the line that mentions prismjs in your package.json and replace it with:

"prismjs": "1.20.0",

Notice the remove '^' character.

I have tested this fix on both yarn and npm and it worked on both.

Nope, not working for me , even after making the above changes .

from react-simple-code-editor.

bhavaniravi avatar bhavaniravi commented on July 22, 2024

@gmarathiarcadix you need to do an npm uninstall prismjs and then reinstall using npm install

from react-simple-code-editor.

gmarathiarcadix avatar gmarathiarcadix commented on July 22, 2024

@gmarathiarcadix you need to do an npm uninstall prismjs and then reinstall using npm install

did the same thing

  1. uninstalled prismjs

  2. added --> "prismjs": "1.20.0", this line in the pacakge.json

  3. and then issued this cmd -> npm install

i'm using --> "react": "^18.1.0", ( hoope that is fine )

image

from react-simple-code-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.