如何从github创建(编译)已安装库的DIST文件夹

时间:2018-11-13 08:19:27

标签: node.js angular npm ionic3

我正在尝试直接从其github存储库安装npm库。该库是这样的:

https://github.com/zyra/ionic-image-loader

我的问题是,当我直接使用以下命令安装库时:

npm install --save git+https://github.com/zyra/ionic-image-loader

已创建node_modules文件夹,但没有创建DIST文件夹。如果我使用以下方法直接从npm安装:

npm install --save ionic-image-loader

DIST文件夹已正确创建。我已经尝试在ionic项目的根文件夹上执行以下命令:

npm run build

但是没有创建DIST文件夹。

我在做什么错了?

0 个答案:

没有答案