如何在 Mac 上使用 NPM 安装 Bulksplash
How to Install Bulksplash using NPM on a Mac
我正在尝试安装一个名为 Bulksplash 的 NPM 包。但我不知道如何安装它。我已经尝试使用一些关于一般软件包安装的指南,但它们有点技术含量,我无法理解。
https://github.com/MehediH/Bulksplash
如果可能的话,谁能帮我把这个安装到我的 Mac 上?提前致谢。
使用view
命令,即运行:
npm view bulksplash
通过 macOS "Terminal" 应用报告:
npm ERR! 404 'bulksplash' is not in the npm registry.
因此您需要根据 this answer.
直接从 Github 安装软件包
即运行 在您的 "Terminal" 应用程序中执行以下命令:
npm install git+https://github.com/MehediH/Bulksplash.git
我正在尝试安装一个名为 Bulksplash 的 NPM 包。但我不知道如何安装它。我已经尝试使用一些关于一般软件包安装的指南,但它们有点技术含量,我无法理解。
https://github.com/MehediH/Bulksplash
如果可能的话,谁能帮我把这个安装到我的 Mac 上?提前致谢。
使用view
命令,即运行:
npm view bulksplash
通过 macOS "Terminal" 应用报告:
npm ERR! 404 'bulksplash' is not in the npm registry.
因此您需要根据 this answer.
直接从 Github 安装软件包即运行 在您的 "Terminal" 应用程序中执行以下命令:
npm install git+https://github.com/MehediH/Bulksplash.git