Questions tagged [grunt]
13 questions
7
votes
2 answers
How to install node-sass on Ubuntu 18.04, and How to succesfully compile .scss file to css?
I have tried this answers but it didn't work.
I am trying to compile files in my scss folder to regular css files but it's hanged in between.
I installed node-sass from npm and it gives error as
gd@gd10:~/Desktop/portfolio/portfolio$ sudo npm…
GD- Ganesh Deshmukh
- 1,571
5
votes
3 answers
Installing Grunt js on 13.04
How does one install grunt on Ubuntu 13.04?
I've attempted to install it via NPM:
sudo npm install -g grunt
Then when i run grunt:
grunt
But it doesn't seem to work it throws an error:
path.js:313
throw new TypeError('Arguments to…
chrisl-921fb74d
- 11,136
3
votes
1 answer
Can't use grunt installed globally
Installing grunt globally:
$npm install grunt-cli -g
trying to check one:
$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…
Serhii
- 223
2
votes
2 answers
MongoDB connection error AND Insufficient free space for journal files
I installed a VMWare Ubuntu 64-bit virtual machine and grunt with mongoDB.
Everything worked fine and one day when I typed "grunt serve" as always, I got:
Debugger listening on port 5858
Express server listening on 9000, in development mode
Running…
sdd
- 121
2
votes
1 answer
grunt installation error in 12.04
I tried to install grunt using npm, which errors out, without giving me much detail into the reasoning.. reproducing the log here.
npm -v
1.1.4
sudo npm install -g grunt-cli
npm http GET https://registry.npmjs.org/grunt-cli
npm ERR! Error: failed…
Raghav
- 341
1
vote
1 answer
grunt-cli doesn't work
I have the latest stable node.js. It works, npm works, nvc works.
When I try to install grunt I install grunt-cli, I install grunt in a local folder and after typing grunt or grunt --version or grunt -h etc I get this:
$ grunt --version…
Bellator
- 23
- 6
1
vote
3 answers
How to find the location of my Grunt package via CLI command?
I am trying to find the location of my grunt package, but when I run:
where grunt
I get the following error message:
No command 'where' found, did you mean:
Command 'gwhere' from package 'gwhere' (universe)
where: command not found
What is the…
suriyan
- 131
0
votes
1 answer
install grunt in Ubuntu 16.04
I am trying to install Grunt v1.0.0 in Ubuntu using this command
sudo npm -g install grunt
or
sudo npm -g install grunt@1.0.0
in both cases, I am getting
/usr/local/bin/grunt ->/usr/local/lib/node_modules/grunt/bin/grunt/usr/local/lib`--…
Prakash P
- 319
- 5
- 21
0
votes
4 answers
What is the best way to have output of multiple commands in one console?
I working to improve my programming environment and now I need to have output of multiple commands (coffeescript/sass compilation and unit tests) in one console. This can be achieve concatenating commands with &:
karma start & coffee -o js/app -cw…
SET
- 195
0
votes
1 answer
Launchpad Qt/C++ and external tools
I'm new to Ubuntu developpement and searching for information regarding building apps through launchpad (using recipes).
I have a project of building a Qt5/c++ webkit app and wanted to ask: how to use external tools in the build process? Let's say I…
pr.nizar
- 790
0
votes
0 answers
"grunt run" doesnt work in sudo mode(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:
-…
0
votes
0 answers
permissions of a folder to change to use grunt
I know it must have been answered somewhere but I cannot find it.
I want to install Grunt in a project directory, on my computer, on a virtual volume (I am in dual boot with Windows, and the directory I am working on is on a third volume, not the…
raphael
- 1
-1
votes
1 answer
Bootstrap/Grunt Query
I have never used bootstrap and i'm not quite sure how it works, so there are a couple of things I want to know:
Do I really need grunt?
I created a folder Bootstrap Project". Once I was inside, I added npm. After that npm install -g grunt-cli to…
Luis Ramos
- 13
- 1