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

Module not found error #113

Open
mohanapriya23 opened this issue Feb 11, 2020 · 1 comment
Open

Module not found error #113

mohanapriya23 opened this issue Feb 11, 2020 · 1 comment

Comments

@mohanapriya23
Copy link

Summary

getting the following error
Error: Cannot find module '@babel/plugin-proposal-class-properties'

"devDependencies": {
"source-map-loader": "^0.2.4",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"scripts": {
"start": "webpack-dev-server --progress --hot --open",
"start-local": "webpack-dev-server --env.local --progress --hot --open"
},
"dependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"antd": "^3.23.2",
"babel-loader": "^8.0.6",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"react-container-dimensions": "^1.4.1",
"react-dom": "^16.8.6",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-redux": "^4.0.8"
},
"pluggin":
[
"@babel/plugin-proposal-class-properties",{"loose":true}
]

Expected Behavior

Current Behavior

Context and Environment

  • Module & version: [e.g. @mlvis/stacked-calendar, v1.0.0]

Steps to Reproduce

  1. TBA
  2. TBA
  3. TBA

Possible Solution

@Firenze11
Copy link
Contributor

Can you add some context regarding how did this error happen, and how to reproduce it?

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