我有一个已发布到包的存储库。我在另一个存储库中安装了这个包并想要使用它,但出现错误:(其中是...
尝试在我的包中导入的任何包的名称)
X [ERROR] Could not resolve "@.../..."\n\n ../../node_modules/.../.../src/.../....ts:6:7:\n 6 \xe2\x94\x82 import "@.../...";\n \xe2\x95\xb5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n You can mark the path "@.../..." as external to exclude it from the bundle,\n which will remove this error.\n\nX [ERROR] Could not resolve "@.../..."\n\n ../../node_modules/.../.../src/.../....ts:7:7:\n 7 \xe2\x94\x82 import "@.../...";\n \xe2\x95\xb5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n
Run Code Online (Sandbox Code Playgroud)\n如何重构 url 以便我可以使用该包?
\n