grunt

要使用 grunt 更改文件夹的权限
grunt

要使用 grunt 更改文件夹的权限

我知道这个问题一定在某个地方得到了解答,但我找不到它。 我想在我的计算机上的一个项目目录中安装 Grunt,在一个虚拟卷上(我与 Windows 处于双启动状态,我正在处理的目录在第三个卷上,而不是 Windows 卷上)。 当我尝试在那里安装它时,它不断返回错误,并且我无法使用 Grunt,即使我使用了 sudo。它仍然返回: npm ERR! code EPERM (... plenty of other lines of npm ERR! ...)) npm ERR! Please try running this command again a...

Admin

Bootstrap/Grunt 查询
grunt

Bootstrap/Grunt 查询

我从未使用过 bootstrap,而且我不太清楚它是如何工作的,所以有几件事我想知道: 我真的需要grunt嗎? 我创建了一个文件夹“Bootstrap Project”。进入文件夹后,我添加了npm。之后npm install -g grunt-cli添加grunt。最后,我完成了npm install bootstrap。 问题是我不知道我还需要做什么才能开始我的项目。 我是否必须创建一个HTML并添加引导代码? ...

Admin

无法使用全局安装的 grunt
grunt

无法使用全局安装的 grunt

全局安装 grunt: $npm install grunt-cli -g 尝试检查一个: $grunt -v grunt-cli: The grunt command line interface (v1.2.0) Fatal error: Unable to find local grunt. If you're seeing this message, grunt hasn't been installed locally to your project. For more information about installing and ...

Admin

在 Ubuntu 16.04 中安装 grunt
grunt

在 Ubuntu 16.04 中安装 grunt

我正在尝试使用此命令在 Ubuntu 中安装 Grunt v1.0.0 sudo npm -g install grunt 或者 sudo npm -g install [email protected] 在这两种情况下,我都得到了 /usr/local/bin/grunt ->/usr/local/lib/node_modules/grunt/bin/grunt/usr/local/lib`-- [email protected] 我已经安装了 Node.js 版本:4.2 和 Npm。 输出npm list...

Admin

在一个控制台中输出多个命令的最佳方法是什么?
grunt

在一个控制台中输出多个命令的最佳方法是什么?

我正在努力改善我的编程环境,现在我需要在一个控制台中输出多个命令(coffeescript/sass 编译和单元测试)。这可以通过使用以下命令连接命令来实现&: karma start & coffee -o js/app -cw coffee/ & sass --watch sass/:css/ 但当我想完成工作并关闭它们并按下时,ctrl+c它们仍会在后台运行,我必须手动关闭它们。我该如何解决这个问题并能够一次关闭所有这些命令? 目前我只能想到做一个咕噜任务将运行多个命令,但使用 grunt 似乎对这样的任务来说有点过度了...

Admin

“grunt run” 在 sudo 模式下不起作用(Ubuntu 20.04.2)
grunt

“grunt run” 在 sudo 模式下不起作用(Ubuntu 20.04.2)

~/Desktop/editify$ sudo -s root@kritidipto-HP-Laptop-15-bs0xx:/home/kritidipto/Desktop/editify# grunt run node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module 'liftoff' Require stack: - /usr/share/nodejs/grunt-cli/bin/grunt at Function.Module._resolv...

Admin

grunt-cli 不起作用
grunt

grunt-cli 不起作用

我有最新的稳定版本node.js。它可以工作,npm 可以工作,nvc 可以工作。 当我尝试安装 grunt 时grunt-cli,我安装了,我在本地文件夹中安装了 grunt,然后在输入grunt或grunt --version或grunt -h等之后,我得到了这个: $ grunt --version /usr/bin/env: node: No such file or directory 我尝试添加路径,但由于我是 Linux 新手,我可能做错了。 这是安装 grunt-cli 的报告: /usr/local/bin/grunt -&g...

Admin

如何在 Ubuntu 18.04 上安装 node-sass,以及如何成功将 .scss 文件编译为 css?
grunt

如何在 Ubuntu 18.04 上安装 node-sass,以及如何成功将 .scss 文件编译为 css?

我努力了这答案但没有作用。 我正在尝试将 scss文件夹中的文件编译为常规css文件,但它被挂在中间。 我从 npm 安装了 node-sass,它给出了错误 gd@gd10:~/Desktop/portfolio/portfolio$ sudo npm install -g node-sass [sudo] password for gd: /usr/local/bin/node-sass -> /usr/local/lib/node_modules/node-sass/bin/node-sass > [email prot...

Admin

MongoDB 连接错误和日志文件可用空间不足
grunt

MongoDB 连接错误和日志文件可用空间不足

我安装了 VMWare Ubuntu 64 位虚拟机并使用 mongoDB 进行 grunt。 一切都运行正常,有一天,当我像往常一样输入“grunt serve”时,我得到了: Debugger listening on port 5858 Express server listening on 9000, in development mode Running "wait" task Waiting for server reload... MongoDB connection error: MongoError: connect ECONNREF...

Admin

Launchpad Qt/C++ 和外部工具
grunt

Launchpad Qt/C++ 和外部工具

我是 Ubuntu 开发的新手,正在寻找有关通过启动板(使用配方)构建应用程序的信息。 我有一个构建 Qt5/c++ webkit 应用程序的项目,想问一下:如何在构建过程中使用外部工具?假设我想在构建应用程序之前使用 grunt 连接和压缩 js 和 css 文件。该怎么做? 谢谢。 ...

Admin

12.04中的grunt安装错误
grunt

12.04中的grunt安装错误

我尝试使用 npm 安装 grunt,但出现错误,而且没有提供太多详细信息。在此重现日志。 npm -v 1.1.4 sudo npm install -g grunt-cli npm http GET https://registry.npmjs.org/grunt-cli npm ERR! Error: failed to fetch from registry: grunt-cli npm ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12 npm ERR!...

Admin

如何通过 CLI 命令找到我的 Grunt 包的位置?
grunt

如何通过 CLI 命令找到我的 Grunt 包的位置?

我正在尝试找到我的 grunt 包的位置,但是当我运行时: where grunt 我收到以下错误消息: No command 'where' found, did you mean: Command 'gwhere' from package 'gwhere' (universe) where: command not found 正确的命令/语法是什么? ...

Admin

在 13.04 上安装 Grunt js
grunt

在 13.04 上安装 Grunt js

如何在 Ubuntu 13.04 上安装 grunt? 我尝试通过 NPM 安装它: sudo npm install -g grunt 然后当我运行 grunt 时: grunt 但它似乎不起作用,它会引发一个错误: path.js:313 throw new TypeError('Arguments to path.resolve must be strings'); ^ TypeError: Arguments to path.resolve must be strings at Ob...

Admin