我正在尝试在从git安装npm包之后构建它。 对于要构建的包,我还需要安装dev依赖项。这个包是与webpack一起构建的,我已经将webpack列为开发依赖项。我试着用下面的方法设置--production=false package.json of the package that im trying to install
// restof the package.json
"
我克隆了一个项目到我的本地回购:npm WARN cropper@3.1.4 requires a peer of jquery@>= 1.9.1 but none is installedYou must install peer dependencies yourself.npm WARN The