uber / manifold

A model-agnostic visual debugging tool for machine learning
Apache License 2.0
1.65k stars 117 forks source link

Module not found error #113

Open mohanapriya23 opened 4 years ago

mohanapriya23 commented 4 years ago

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

Steps to Reproduce

  1. TBA
  2. TBA
  3. TBA

Possible Solution

Firenze11 commented 4 years ago

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