简体   繁体   English

我已经下载了syncfusion,我不知道如何运行syncfusion演示代码。 请任何人知道这件事。 发生此错误

[英]I have downloaded syncfusion, I don't know how to run syncfusion demo code . Please, anyone, know about it. this error occur

I have downloaded syncfusion , I don't know how to run syncfusion demo code.我已经下载syncfusion ,我不知道如何运行syncfusion演示代码。 Please, anyone, know about it.请任何人知道这件事。

this error occur:发生此错误:

npm ERR. npm 错误。 code ELIFECYCLE npm ERR.代码 ELIFECYCLE npm 错误。 errno 1 npm ERR: diagrambuilder@0.1.0 start: react-scripts-ts start npm ERR. errno 1 npm ERR:diagrambuilder@0.1.0 开始: react-scripts-ts start npm ERR。 Exit status 1 npm ERR.退出状态 1 npm ERR。 npm ERR. npm 错误。 Failed at the diagrambuilder@0.1.0 start script. diagrambuilder@0.1.0 启动脚本失败。 npm ERR! npm 错误! This is probably not a problem with npm.这可能不是 npm 的问题。 There is likely additional logging output above.上面可能还有其他日志记录 output。

npm ERR: A complete log of this run can be found in: npm ERR! npm ERR:此运行的完整日志可在以下位置找到:npm ERR!
C:\Users\Ayushi\AppData\Roaming\npm-cache_logs\2021-01-29T10_14_59_748Z-debug.log C:\Users\Ayushi\AppData\Roaming\npm-cache_logs\2021-01-29T10_14_59_748Z-debug.log

In package.json, you need to specify a start script like so:在 package.json 中,您需要指定一个启动脚本,如下所示:

  "scripts": {
  "start": "<START CODE GOES HERE>"
  },

We have checked the customer requirements and he need to add the script in package.json file.我们已经检查了客户的要求,他需要在 package.json 文件中添加脚本。 Please find the below code snippet.请找到下面的代码片段。

"scripts": { 
    "start": "react-scripts start" 
  }, 

We have created the react sample for your reference.我们已经创建了反应示例供您参考。 Please find the below link.请找到以下链接。

Sample: https://www.syncfusion.com/downloads/support/directtrac/313051/7z/react115349736示例: https://www.syncfusion.com/downloads/support/directtrac/313051/7z/react115349736

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 关于代码中的函数,我不知道它们对什么意味着什么 - about functions in code that I don't know what they mean for what 我有一个JavaScript范围错误,我不知道如何解决此问题 - I have a javascript scope error, I don't know how to fix this 运行特定事件序列的按钮(我不知道如何简化的冗长代码) - Buttons that run a specific sequence of events (verbose code that I don't know how to simplify) 无法更新流星中的文档,找到了解决方法,但不知道如何使用它。 我放在哪里? - Couldn't update docs in meteor, found a fix, but don't know how to use it. Where do I put it? 我确实知道如何解决语言/音频问题,但是我不知道如何将其作为代码组合在一起 - I do know how to solve the language/audio issue, but I don't know how to put it together as code JS:我有一个测试任务,我不知道怎么做。 你能告诉我解决这个任务的选项是什么吗? - JS: I got a test task, I don’t know how to do it. Can you tell me what are the options for solving this task? 我不知道这个 function 是如何工作的。 谁能给我解释一下? - I don't know how this function works. Can anyone explain this to me? 我不知道我必须将javascript代码放在php代码的哪一行 - I don't know which line that I have to put the javascript code in the php code 我不知道打字稿中的返回类型 - I don't know about return type in typescript 我有这样的 object? 我需要删除 ''_demo" !我试过这种方式它不起作用!有人知道任何建议吗? - I have an object like this ! I need to remove ''_demo" ! I tried this way it does not work ! does anyone know any suggestions?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM