gpt4 book ai didi

angular - 如何重命名 Angular 项目?

转载 作者:太空狗 更新时间:2023-10-29 17:02:43 26 4
gpt4 key购买 nike

我将我的 Angular 4 项目文件夹从 auction-life 重命名为 auction-05-life 并替换了 3 个旧项目名称:

  • angular-cli.json 第 4 行
  • app.e2e-spec.ts 第 3 行
  • package.json 第 2 行

然后我运行了 ng serve 并得到了这个:

You seem to not be depending on "@angular/core". This is an error.

编辑:按照下面评论中的说明,我重新启动了终端窗口,确保我在正确的项目文件夹 auction-05-life 中,运行 npm install 然后是 ng serve,这次出现了不同的异常:

module.js:471
throw err;
^
Error: Cannot find module 'heimdalljs-logger'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
...

最佳答案

  1. 在项目中使用旧名称的地方搜索。
  2. 在 Visual Studio Code 中,可以使用提供的搜索栏进行搜索。
  3. 用您的新名字替换旧名字。
  4. 重命名项目文件夹名称,您就完成了。
  5. 如果在运行项目时出现错误,请删除 node_modules 和执行“npm install”。一切都会好起来并再次运行。

关于angular - 如何重命名 Angular 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45891832/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com