Skip to content

Resolve npm run dev and npm run build error 解决编译和发布时出错信息 #84

@duoduodady

Description

@duoduodady

image

How to resolve the error when you debug or build the project? Please look and do as the follows

  1. Open your File Folder:iview-project-3.0
  2. Check two files : webpack.dev.config.js, webpack.prod.config.js
  3. Open the files with vscode ,or nodepad
  4. please attention the line 11, as the follows:
    _fs.write(fd, buf, 0, buf.length, 0, function (err, written, buffer){});_

Comment out the code,Add new code as the follows
fs.write(fd, buf, function(err, written, buffer) {});

image

  1. Save the files
  2. Now, you can try to npm run dev or npm run build

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions