zoukankan      html  css  js  c++  java
  • Kbone——创建项目报错 name can no longer contain capital letters

    前言

    打算重构小程序,选择了kbone,初始化创建项目出现了问题~
    报错如下:

    D:wampwwwTIMSDK>kbone init KboneIM
    ? 请选择开发小程序或 Web 的技术栈 Vue
    Kbone CLI 正在启动...
    Kbone CLI 即将执行 init 命令...
    Could not create a project called "KboneIM" because of npm naming restrictions:
      *  name can no longer contain capital letters
    

    步骤

    其实这是因为命名中包含了大写字母,所以我们重命名即可。

    D:wampwwwTIMSDK>kbone init kbone-im
    ? 请选择开发小程序或 Web 的技术栈 Vue
    Kbone CLI 正在启动...
    Kbone CLI 即将执行 init 命令...
    Kbone CLI 即将创建一个新的应用在 D:wampwwwTIMSDKkbone-im
    正在安装依赖: 你可以使用 ctrl + c 退出,然后自行安装。
    
    npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
    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.11: 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 request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
    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 circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
    npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
    npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
    [ .................] / fetchMetadata: sill pacote range manifest for p-locate@^4.1.0 fetched in 3294ms
    
    
  • 相关阅读:
    团队项目-需求分析
    设计模式第二次作业
    设计模式第一次作业
    高级软件工程团队作业(选题报告)
    高级软件工程团队结对作业(学生部门智能匹配)
    高级软件工程团队第一次作业
    高级软件工程结对作业
    高级软件工程第二次作业
    高级软件工程第一次作业
    POJ 2752 Seek the Name, Seek the Fame next数组理解加深
  • 原文地址:https://www.cnblogs.com/wangyang0210/p/12939970.html
Copyright © 2011-2022 走看看