Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

运行第一个例子时候遇到问题 #36

Closed
4593645 opened this issue Jan 19, 2021 · 1 comment
Closed

运行第一个例子时候遇到问题 #36

4593645 opened this issue Jan 19, 2021 · 1 comment

Comments

@4593645
Copy link

4593645 commented Jan 19, 2021

问题描述
简明扼要的描述你的问题

npm WARN deprecated chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated cheerio-select-tmp@0.1.1: Use cheerio-select instead
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated cross-spawn-async@2.2.5: cross-spawn no longer requires a build toolchain, use it instead
npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated har-validator@5.1.5: this
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated core-js@2.6.12: core-js@<3 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 resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @webank/fes-ui@^0.4.7.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'umobox-fes'
npm ERR! notarget 

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/lizhifeng/.npm/_logs/2021-01-19T02_04_21_512Z-debug.log

进程已结束,退出代码 1

环境描述/版本信息 (请完成如下信息)

  • OS: Mac Big Sur
  • Browser [e.g. chrome, safari]
  • Node v14.15.4
  • fes -V 0.4..6
  • 项目package.json
  "name": "@webank/fes-template",
  "version": "0.4.7",
  "description": "fes项目模版",
  "main": "index.js",
  "scripts": {
    "build": "fes build",
    "dev": "fes dev",
    "test": "fes test:unit --single-run",
    "cover": "fes test:unit --single-run --coverage",
    "lint": "eslint -c ./.eslintrc.js --fix  --ext .js,.vue,.fes ./src"
  },
  "keywords": [
    "管理端",
    "fes",
    "fast",
    "easy",
    "strong"
  ],
  "files": [
    ".eslintrc.js",
    ".gitignore",
    "fes.config.js",
    "karma.config.js",
    "webpack.config.js",
    "mock.js",
    "package.json",
    "README.md",
    "/src",
    "/test"
  ],
  "repository": {
    "type": "git"
  },
  "author": "harrywan qlin",
  "license": "MIT",
  "devDependencies": {
    "@vue/test-utils": "^1.1.0",
    "@webank/eslint-config-webank": "^0.1.4",
    "@webank/fes-cli": "^0.4.6",
    "chai": "^4.2.0",
    "csp-html-webpack-plugin": "^4.0.0"
  },
  "dependencies": {
    "@antv/data-set": "^0.11.7",
    "@antv/g2": "^4.0.15",
    "@webank/fes-core": "^0.4.5",
    "@webank/fes-ui": "^0.4.7"
  },
  "gitHead": "efd790b7de23ab8cd4340b4601576b6880d4d6dd"
}
@wanchun
Copy link
Collaborator

wanchun commented Feb 24, 2021

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @webank/fes-ui@^0.4.7.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

我确认@webank/fes-ui@^0.4.7 版本存在,你这边查看下使用的什么npm源,重置为官方的再试试

@wanchun wanchun closed this as completed Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants