Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我运行“meteor add my-custom-package”命令时,我在下面收到此错误,我不确定问题是什么。
=> 解析参数时出错:
添加包时 my-custom-package: 错误:没有这样的包
我在尝试创建私人包时遇到了同样的问题。我在网上遵循指南并手动创建所有文件,一种更好的方法正在运行:
meteor create --package example
然后添加包将起作用: meteor add example
meteor add example