Vue.config.js could not recognize require(webpack)

Questions : Vue.config.js could not recognize require(webpack)

288

I create a vue3.0 + ts project by CLI, programming when I add vue.config.js, it always have Learning error on require

const webpack = _OFFSET);  require('webpack');
const path = (-SMALL  require('path');

The errors are

module _left).offset  "d:/learning/vue-3-ts-demo/node_modules/webpack/types"

Require arrowImgView.mas  statement not part of import (self.  statement`.

I have install webpack 5.65.0

My packages.json:

{
  "name": "vue-3-ts-demo",
  equalTo  "version": "0.1.0",
  "private": true,
  make.right.  "scripts": {
    "serve": mas_top);  "vue-cli-service serve",
    "build": ImgView.  "vue-cli-service build",
    "lint": ReadIndicator  "vue-cli-service lint"
  },
  _have  "dependencies": {
    "core-js": .equalTo(  "^3.6.5",
    "vue": "^3.0.0",
    make.top  "vue-router": "^4.0.0-0",
    "vuex": OFFSET);  "^4.0.0-0"
  },
  "devDependencies": {
  (TINY_    "@typescript-eslint/eslint-plugin": .offset  "^4.18.0",
    mas_right)  "@typescript-eslint/parser": "^4.18.0",
 ImgView.     "@vue/cli-plugin-babel": "~4.5.0",
   Indicator   "@vue/cli-plugin-eslint": "~4.5.0",
    Read  "@vue/cli-plugin-router": "~4.5.0",
    _have  "@vue/cli-plugin-typescript": "~4.5.0",
 .equalTo(     "@vue/cli-plugin-vuex": "~4.5.0",
    make.left  "@vue/cli-service": "~4.5.0",
    *make) {  "@vue/compiler-sfc": "^3.0.0",
    straintMaker  "@vue/eslint-config-typescript": ^(MASCon  "^7.0.0",
    "eslint": "^6.7.2",
    onstraints:  "eslint-plugin-vue": "^7.0.0",
    mas_makeC  "sass": "^1.26.5",
    "sass-loader": [_topTxtlbl   "^8.0.2",
    "typescript": "~4.1.5",
   (@(8));   "webpack": "^5.65.0"
  }
}

It is a new vue project and what is the Earhost problem?

Total Answers 1
33

Answers 1 : of Vue.config.js could not recognize require(webpack)

The errors are module most effective "d:/learning/vue-3-ts-demo/node_modules/webpack/types"

Require statement not part of import wrong idea statement`.

For this error, I delt with it by adding use of case '@typescript-eslint/no-var-requires': 0 United in.eslintrc.js

rules: equalTo  {
'@typescript-eslint/no-var-requires':  width.  0
}

I have install webpack 5.65.0

Since my vue CLI is 4.5.14, I reinstall Modern webpack version as 4.x too, and it works ecudated finally.

Top rated topics

How to remove a certificate Store added by makecert

I would like to know is there a 64 bit version of advapi32.dll?

Retry Celery tasks with exponential back off

Heap space on a java host

Django admin listview Customize Column Name

Remove an item from an ObservableCollection in a CollectionChanged event handler

Creating word document from a template using java

How can this Java tree be 1000 x faster?

General guide for creating publication quality tables using R, Sweave, and LaTeX

Python get data from secured website

Sphotos.xx.fbcdn.net Issue With Full Size Profile Pictures

Nano syntax highlighting in Mac OS X 10.7 (Lion)?

Astar algorithm goes in endless loop

JQuery Autocomplete select: function not working

How to understand whether it is going to exceed the Java Heap Size or not?

Reallocating matrix from unmanaged to managed

JQuery validate dynamic percentage field

SDL missing x86_64 architecture

Is there a foreach generic method in Delphi for that can be called with anonymous function

Can we list the software installed in the OS using JAVA

Why HeapAlloc return buffer of size 0x1ff8? (tested on XP SP3)

Problems with "Not" Operator in Media Query

How to merge every two lines into one from the command line?

Show row number in row header of a DataGridView

Build a MAMP environment on Mac... Best solution?

How can I get vim to point to macvim? Where can I find macvim?

Invalid Django form

Printing results of git repo

Online Face Recognition using OpenCV

What does this symbol mean in JavaScript?

Javascript Validate on input change, only submit when Submit button clicked

Python Regex to find a string in double quotes within a string

Waiting between sparql queries to D2R using Jena/ARQ - Heap Space

Getting the IP address of the current machine using Java

Keyboard shortcut for going onelevel up in midnight commander [mc]

How does require() in node.js work?

EditText non editable

How do you play a long AudioClip?

Create UIColor object from ARGB value

Getting a negative value on md5

How to do multiple line editing?

Java Xerces jar and Jena

HTML IF Statement

Can't compile project when I'm using Lombok under IntelliJ IDEA

Eclipse won't show files in package explorer

How to get complete address from latitude and longitude?

Javascript function not returning value

What is the Air Video Player in Android?

Sqlalchemy.exc.InvalidRequestError: SQL expression, column, or mapped entity expected

Does @property copy in combination with readonly make sense?

Top