iview-project icon indicating copy to clipboard operation
iview-project copied to clipboard

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

Open duoduodady opened this issue 5 years ago • 0 comments

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

duoduodady avatar Sep 07 '19 04:09 duoduodady