我正在尝试公开示例。我通常没有任何问题可以运行由npm或yarn管理的项目。不幸的是,这给我带来了困难。 https://github.com/shipshapecode/react-shepherd/tree/master/example
当我尝试使用npm install安装依赖项时,我得到:
Unsupported URL Type "link:": link:.. react-shepherd
当我使用yarn时,我可以成功安装依赖项,但是当我键入yarn start时,我将永远得到“正在编译...”。我想念什么吗?
我有Yarn 1.22.4,npm 6.14.5和node 14.5.0