vue项目执行npm install报错

问题1:提示没有权限解决方案

配置npm服务地址:账号及密码登录、邮件登录

npm登录私服:

npm login --registry=http://registry.xxx:端口/repository/xxx-npm/
Username: xxx
Password: xxx
Email: (this IS public) [email protected]


npm login --registry=http://registry.xxx:端口/repository/npm-public/
Username: xxx
Password: xxx
Email: (this IS public) [email protected]

问题2:npm install 失败报错:ENOENT errno -4058 npm ERR! syscall access解决方案

先检查插件安装
 

node -v

npm -v

vue -V(大写的V)

都有的话,继续往下
 

npm clean

npm run clean

npm  clean-install

npm install

npm run dev

ok了

下面是报错后执行的命令日志记录


D:\xxxui\vslm\ui-vslm-element>npm clean

Usage: npm <command>

where <command> is one of:
    access, adduser, audit, bin, bugs, c, cache, ci, cit,
    clean-install, clean-install-test, completion, config,
    create, ddp, dedupe, deprecate, dist-tag, docs, doctor,
    edit, explore, get, help, help-search, hook, i, init,
    install, install-ci-test, install-test, it, link, list, ln,
    login, logout, ls, org, outdated, owner, pack, ping, prefix,
    profile, prune, publish, rb, rebuild, repo, restart, root,
    run, run-script, s, se, search, set, shrinkwrap, star,
    stars, start, stop, t, team, test, token, tst, un,
    uninstall, unpublish, unstar, up, update, v, version, view,
    whoami

npm <command> -h  quick help on <command>
npm -l            display full usage info
npm help <term>   search for help on <term>
npm help npm      involved overview

Specify configs in the ini-formatted file:
    C:\Users\mocar\.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config

[email protected] D:\Program Files\nodejs\node_modules\npm


D:\xxxui\vslm\ui-vslm-element>npm run clean

> [email protected] clean D:\xxxui\vslm\ui-vslm-element
> rimraf lib

'rimraf' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] clean: `rimraf lib`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] clean script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     D:\Program Files\nodejs\node_cache\_logs\2019-12-03T03_34_20_344Z-debug.log

D:\hzhiwui\vslm\ui-vslm-element>npm

Usage: npm <command>

where <command> is one of:
    access, adduser, audit, bin, bugs, c, cache, ci, cit,
    clean-install, clean-install-test, completion, config,
    create, ddp, dedupe, deprecate, dist-tag, docs, doctor,
    edit, explore, get, help, help-search, hook, i, init,
    install, install-ci-test, install-test, it, link, list, ln,
    login, logout, ls, org, outdated, owner, pack, ping, prefix,
    profile, prune, publish, rb, rebuild, repo, restart, root,
    run, run-script, s, se, search, set, shrinkwrap, star,
    stars, start, stop, t, team, test, token, tst, un,
    uninstall, unpublish, unstar, up, update, v, version, view,
    whoami

npm <command> -h  quick help on <command>
npm -l            display full usage info
npm help <term>   search for help on <term>
npm help npm      involved overview

Specify configs in the ini-formatted file:
    C:\Users\mocar\.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config

[email protected] D:\Program Files\nodejs\node_modules\npm

D:\hzhiwui\vslm\ui-vslm-element>npm  clean-install
npm ERR! cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm@5 or later to generate it, then try again.

npm ERR! A complete log of this run can be found in:
npm ERR!     D:\Program Files\nodejs\node_cache\_logs\2019-12-03T03_35_00_277Z-debug.log

D:\hzhiwui\vslm\ui-vslm-element>npm run clean-install
npm ERR! missing script: clean-install

npm ERR! A complete log of this run can be found in:
npm ERR!     D:\Program Files\nodejs\node_cache\_logs\2019-12-03T03_35_27_188Z-debug.log

D:\hzhiwui\vslm\ui-vslm-element>npm install
npm WARN deprecated [email protected]: Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin
npm WARN deprecated [email protected]: Not maintained anymore
npm WARN deprecated [email protected]: this package is now deprecated
npm WARN deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated [email protected]: core-js@<3.0 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: This module is no longer maintained, try this instead:
npm WARN deprecated   npm i nyc
npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
npm WARN deprecated [email protected]: Switch to the `bfj` package for fixes and new features!
npm WARN deprecated [email protected]: One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
npm WARN deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.

> [email protected] install D:\hzhiwui\vslm\ui-vslm-element\node_modules\phantomjs-prebuilt
> node install.js

PhantomJS not found on PATH
Download already available at C:\Users\mocar\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip
Verified checksum of previously downloaded file
Extracting zip contents
Removing D:\hzhiwui\vslm\ui-vslm-element\node_modules\phantomjs-prebuilt\lib\phantom
Copying extracted folder C:\Users\mocar\AppData\Local\Temp\phantomjs\phantomjs-2.1.1-windows.zip-extract-1575344335860\phantomjs-2.1.1-windows -> D:\hzhiwui\vslm\ui-vslm-element\node_modules\phantomjs-prebuilt\lib\phantom
Writing location.js file
Done. Phantomjs binary available at D:\hzhiwui\vslm\ui-vslm-element\node_modules\phantomjs-prebuilt\lib\phantom\bin\phantomjs.exe

> [email protected] install D:\hzhiwui\vslm\ui-vslm-element\node_modules\node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-72_binding.node
Download complete  ] - :
Binary saved to D:\hzhiwui\vslm\ui-vslm-element\node_modules\node-sass\vendor\win32-x64-72\binding.node
Caching binary to D:\Program Files\nodejs\node_cache\node-sass\4.13.0\win32-x64-72_binding.node

> [email protected] postinstall D:\hzhiwui\vslm\ui-vslm-element\node_modules\core-js
> node postinstall || echo "ignore"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


> [email protected] postinstall D:\hzhiwui\vslm\ui-vslm-element\node_modules\ejs
> node ./postinstall.js

Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)


> [email protected] postinstall D:\hzhiwui\vslm\ui-vslm-element\node_modules\webpack\node_modules\uglifyjs-webpack-plugin
> node lib/post_install.js


> [email protected] postinstall D:\hzhiwui\vslm\ui-vslm-element\node_modules\node-sass
> node scripts/build.js

Binary found at D:\hzhiwui\vslm\ui-vslm-element\node_modules\node-sass\vendor\win32-x64-72\binding.node
Testing binary
Binary is fine
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN [email protected] requires a peer of popper.js@^1.16.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of webpack@^4.1.0 || ^5.0.0-0 but none is installed. You must install peer dependencies yourself.
npm WARN The package css-loader is included as both a dev and production dependency.
npm WARN The package vue-style-loader is included as both a dev and production dependency.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\abbrev):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\abbrev' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.abbrev.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\ansi-regex):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\ansi-regex' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.ansi-regex.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\aproba):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\aproba' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.aproba.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\balanced-match):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\balanced-match' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.balanced-match.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\chownr):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\chownr' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.chownr.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\code-point-at):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\code-point-at' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.code-point-at.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\concat-map):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\concat-map' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.concat-map.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\console-control-strings):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\console-control-strings' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.console-control-strings.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\core-util-is):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\core-util-is' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.core-util-is.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\deep-extend):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\deep-extend' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.deep-extend.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\delegates):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\delegates' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.delegates.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\detect-libc):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\detect-libc' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.detect-libc.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\fs.realpath):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\fs.realpath' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.fs.realpath.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\has-unicode):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\has-unicode' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.has-unicode.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\inherits):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\inherits' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.inherits.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\ini):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\ini' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.ini.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\isarray):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\isarray' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.isarray.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\minimist):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\minimist' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.minimist.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\ms):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\ms' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.ms.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\npm-bundled):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\npm-bundled' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.npm-bundled.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\number-is-nan):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\number-is-nan' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.number-is-nan.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\object-assign):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\object-assign' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.object-assign.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\os-homedir):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\os-homedir' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.os-homedir.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\os-tmpdir):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\os-tmpdir' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.os-tmpdir.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\path-is-absolute):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\path-is-absolute' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.path-is-absolute.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\process-nextick-args):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\process-nextick-args' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.process-nextick-args.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\rc\node_modules\minimist):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\rc\node_modules\minimist' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\rc\node_modules\.minimist.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\safe-buffer):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\safe-buffer' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.safe-buffer.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\safer-buffer):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\safer-buffer' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.safer-buffer.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\sax):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\sax' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.sax.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\semver):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\semver' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.semver.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\set-blocking):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\set-blocking' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.set-blocking.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\signal-exit):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\signal-exit' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.signal-exit.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\strip-json-comments):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\strip-json-comments' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.strip-json-comments.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\util-deprecate):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\util-deprecate' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.util-deprecate.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\wrappy):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\wrappy' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.wrappy.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents\node_modules\yallist):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\yallist' -> 'D:\hzhiwui\vslm\ui-vslm-element\node_modules\fsevents\node_modules\.yallist.DELETE'

added 1723 packages from 2398 contributors in 230.293s

D:\hzhiwui\vslm\ui-vslm-element>npm run dev

> [email protected] dev D:\hzhiwui\vslm\ui-vslm-element
> webpack-dev-server --inline --progress --config build/webpack.dev.conf.js

 95% emitting

 DONE  Compiled successfully in 15666ms                                                                         11:41:24

 I  Your application is running here: http://localhost:8080

发布了109 篇原创文章 · 获赞 2 · 访问量 5705

猜你喜欢

转载自blog.csdn.net/Seven71111/article/details/103364738