Git Product home page Git Product logo

Comments (6)

Keromudo avatar Keromudo commented on June 9, 2024 21

Yes, I have encountered the same problem. This problem is coming from different node version. The proper solution is

  1. uninstall this plugin with
npm uninstall @babel/plugin-proposal-class-properties
  1. then disable it with commenting
{
  "presets": ["@babel/preset-react", "@babel/preset-env"],
  // "plugins": ["@babel/plugin-proposal-class-properties"]
}
  1. clear the cache
npm run clear-build-cache

and then you are ready to run parcel again

from complete-intro-to-react-v5.

LxzzR avatar LxzzR commented on June 9, 2024

I'm also running into this issue.

Thanks, @Keromudo for posting your solution! Unfortunately, the solution above isn't working for me. I'm running into the following build error:

/Users/juno/Documents/fem/adopt-me/src/App.js: Cannot find module '@babel/preset-react, @babel/preset-env' from '/Users/juno/Documents/fem/adopt-me'

Interestingly, I get the same error regardless of whether the plugin is disabled in .bablerc. I've tried uninstalling all the dependencies and re-installing them, but this hasn't helped either.

I'm going to follow along the rest of the with class components, but if anyone knows of something to try, let me know! I'm curious about resolving this.

from complete-intro-to-react-v5.

goodhands avatar goodhands commented on June 9, 2024

Commenting the plugin breaks the code, doesn't it? @Keromudo

from complete-intro-to-react-v5.

goodhands avatar goodhands commented on June 9, 2024

@lizzSoup you may want to make sure you have these lines in your package.json:

"@babel/preset-env": "^7.12.7",    
"@babel/preset-react": "^7.12.7",

from complete-intro-to-react-v5.

aashiqahmed98 avatar aashiqahmed98 commented on June 9, 2024

Yes, I have encountered the same problem. This problem is coming from different node version. The proper solution is

  1. uninstall this plugin with
npm uninstall @babel/plugin-proposal-class-properties
  1. then disable it with commenting
{
  "presets": ["@babel/preset-react", "@babel/preset-env"],
  // "plugins": ["@babel/plugin-proposal-class-properties"]
}
  1. clear the cache
npm run clear-build-cache

and then you are ready to run parcel again

Now clearing cache in npm is no possible

from complete-intro-to-react-v5.

magicishaq avatar magicishaq commented on June 9, 2024

For some reason the cache command didn't work for me, So instead I used npm cache clean --force

from complete-intro-to-react-v5.

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.