【发布时间】:2018-12-09 18:43:40
【问题描述】:
在 StackBlitz 中说“找不到包:src”。我已经阅读了这里的问题,我一直在尝试接下来的事情:
Can't find packages in stackblitz, even though it is present in npm website. How to install then?
How to downgrade the dependencies for npm packages in StackBlitz?
在我的情况下它们不起作用,因为当我输入“src”时说“已安装依赖项”,但又出现“找不到...”。我也尝试删除并重新安装。我也尝试将绝对路径更改为相对路径。
“对 Typescript 导入语句使用绝对路径会导致项目出错。 它在本地的 VS Code 中运行良好,但在 Stackblitz 上却不行。”(来自 google)。
所以我认为这不是一个重复的问题
https://stackblitz.com/github/NachoBFL/ScientificApp?file=src%2Fapp%2Fapp-routing.module.ts
【问题讨论】:
标签: stackblitz