【发布时间】:2021-04-23 15:22:33
【问题描述】:
我正在尝试在本地运行示例应用程序 (https://github.com/Autodesk-Forge/forge-configurator-inventor),但在启动后立即出现很多错误。在构建过程中我没有收到任何错误。
非常感谢任何输入 - 谢谢
[11:04:15 INF] In Development environment
[11:04:16 INF] Now listening on: https://localhost:5001
[11:04:16 INF] Application started. Press Ctrl+C to shut down.
[11:04:16 INF] Hosting environment: Development
[11:04:16 INF] Content root path: D:\!projects\2020_10_forgeConfiguratorInventorSample\8\forge-configurator-inventor-master\WebApplication
npm[11:04:21 ERR] npm ERR! code ELIFECYCLE
npm[11:04:21 ERR] npm ERR! errno 1
npm ERR! forge-configurator-inventor@0.1.1 start: `rimraf ./build && react-scripts start`
[11:04:21 ERR] npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the forge-configurator-inventor@0.1.1 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[11:04:21 ERR] npm ERR! A complete log of this run can be found in:
[11:04:21 ERR] HTTP GET / responded 500 in 2830.2599 ms
System.AggregateException: One or more errors occurred. (One or more errors occurred. (The NPM script 'start' exited without indicating that the create-react-app server was listening for requests. The error output was: npm ERR! code ELIFECYCLE
【问题讨论】:
标签: autodesk-forge