question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, I have an issue trying to run this in my project.

Module not found: Error: Can't resolve 'core-js/stable' in '/.../node_modules/quilljs-markdown/src'

Seems like there is some conflict in note modules. This is weird because I would expect each dependency to manage its own versions.

Any idea how could I solve this?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Matoo125commented, Nov 15, 2021

We couldn’t make it work, but the problem is most likely as you suggested with the babel version 6.x which requires core-js2 and it seems to be incompatible to use corejs2 and corejs3 in one project.

We managed to make it work though by using complied version of this plugin Thanks for your help

1reaction
Matoo125commented, May 23, 2021

thank you a lot!

{
  "name": "project",
  "private": true,
  "dependencies": {
    "angular": "1.5.8",
    "angular-animate": "1.5.8",
    "autocompleter": "^6.0.3",
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.5.2",
    "css-loader": "^0.28.4",
    "custom-input": "^0.2.0",
    "d3": "^4.3.0",
    "extract-text-webpack-plugin": "^2.1.2",
    "fmin": "0.0.2",
    "html-loader": "^0.4.5",
    "jquery": "^3.1.0",
    "lodash": "^4.15.0",
    "mathfn": "1.0.1",
    "node-sass": "^4.5.3",
    "normalize.css": "^4.2.0",
    "pageres-cli": "^5.0.0",
    "postcss-loader": "^2.0.6",
    "quill": "^1.3.6",
    "quill-markdown-shortcuts": "0.0.10",
    "quill-mention": "^3.0.3",
    "quilljs-markdown": "^1.1.5",
    "sass-loader": "^6.0.6",
    "tributejs": "^4.1.1",
    "uglifyjs-webpack-plugin": "^1.1.6",
    "webpack": "^3.0.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf client_build/* && webpack --config webpack-config/prod-config.js --progress --colors",
    "dev": "rm -rf client_build/* && webpack --config webpack-config/dev-config.js --progress --colors --watch"
  },
  "engines": {
    "node": "12.16.3"
  },
  "devDependencies": {
    "eslint": "^6.7.2",
    "webpack-bundle-analyzer": "^2.8.2",
    "webpack-bundle-tracker": "^0.2.0"
  }
}

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · webpack/webpack - GitHub
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application...
Read more >
How I solved and debugged my Webpack issue through trial ...
When webpack bundles your source code, it can become difficult to track down errors and warnings to their original location.
Read more >
Webpack 5 Issues | Documentation - Web3Auth
While setting up a new web3 project from scratch, you might face multiple issues with webpack 5. This issue is caused due to...
Read more >
node.js - Webpack issue when update 4.x to 5.x - Stack Overflow
I have a problem when i updated in my project the webpack package to V5.x. Here is the error : webpack-hot-client: entry Object...
Read more >
The Problem with Webpack and Why It Is (Kind of) Our Fault
TLDR: Libraries should let innovation come either from within the core or from plugins/middleware out in the wild. Trying both approaches in ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found