gpt4 book ai didi

javascript - 发生未处理的异常 : Script file . ./node_modules/chart.js 不存在

转载 作者:行者123 更新时间:2023-12-03 07:05:10 33 4
gpt4 key购买 nike

我正在尝试在我的 Angular 项目上使用 PrimeNG,我创建了一个新项目并尝试启动,但它给了我这个错误,我做了以下步骤:

  • npm install primeng --save
  • npm install @angular/animations --save
  • npm install Chart.js --save
  • npm uninstall ng2-charts

  • 我添加了 ../node_modules/chart.js/dist/Chart.js在我的 Angular.json

    当我尝试使用 ng serve 运行我的项目时,它给了我以下错误:

    An unhandled exception occurred: Script file ../node_modules/chart.js does not exist



    任何帮助都会很有用,谢谢。

    编辑:

    这是我的 Angular.json 的一部分:
    "architect": {
    "build": {
    "builder": "@angular-devkit/build-angular:browser",
    "options": {
    "outputPath": "dist/YarbiTkhdem",
    "index": "src/index.html",
    "main": "src/main.ts",
    "polyfills": "src/polyfills.ts",
    "tsConfig": "tsconfig.app.json",
    "aot": true,
    "assets": ["src/favicon.ico", "src/assets"],
    "styles": ["src/styles.css"],
    "scripts": ["../node_modules/chart.js/dist/Chart.js"]
    },

    最佳答案

    你不需要你的 Angular json 中的 chartjs 脚本

    “脚本”:[“../node_modules/chart.js/dist/Chart.js”]

    您可以使用以下命令向 charjs 添加输入:

    npm install --save @types/chart.js

    https://www.npmjs.com/package/@types/chart.js

    关于javascript - 发生未处理的异常 : Script file . ./node_modules/chart.js 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60395877/

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