9,071 questions
-2
votes
0
answers
33
views
How do I resolve the red-sass issue?
I am trying to install a project 'Medusae' but I ran into some troubles. When I try to install dependencies via npm i get this error
npm warn cleanup ]
npm error code 1
npm error path C:\Users\ishaa\...
0
votes
0
answers
39
views
AngularJS + Compass project fails to run locally on Windows (grunt dev / SCSS )
I’m trying to run an old AngularJS project locally on Windows 11. The project uses:
SCSS with Compass
Pug templates
Grunt tasks (grunt dev / grunt build)
Node.js + Bower
According to the README, I ...
1
vote
0
answers
112
views
GruntJS grunt-sass 4.0.0 Fatal error: options.implementation.compileAsync is not a function
I ran my grunt command just fine, then saw that grunt-sass 4.0.0 was available, so I updated. Now, every time I run grunt I get a fatal error:
Running "sass:dist" (sass) task
Fatal error: ...
0
votes
0
answers
114
views
Service worker cache update issue - EDGE browser - sw-precache
I'm working on an AngularJS application where we have implemented offline capability using Service Worker Caching (using sw-precache). Once the user loads the page, all the assets (configured in sw....
0
votes
0
answers
22
views
IntelliJ causes endless redeploy loop with grunt
I am using IntelliJ to develop and angularjs project that uses grunt to deploy, start the application and watch for changes. Sometimes after I create a new html file grunt starts seeing an endless ...
0
votes
1
answer
23
views
Webpack not running ESLint plugin in Grunt
I am using Webpack with the ESLintPlugin within Grunt in JetBrains IDE. On my previous machine, the setup worked fine using a grunt call to webpack with this plugin:
plugins: [
new ESLintPlugin(
...
0
votes
0
answers
77
views
require js is not supporting optional chaining at the bundling process (grunt bundler)
Running "requirejs:desktop" (requirejs) task
Error: Parse error using esprima for file:
C:/projects/GitProjects/vendorgames-sonarqube/ndcasinocommon/base_common/fcga
mes/vendorgames/...
0
votes
1
answer
70
views
npm install -g grunt-cli seems to work but then command not found
I have installed grunt using npm install -g grunt-cli, then it only write:
changed 56 packages in 4s
5 packages are looking for funding
run `npm fund` for details
And when I try using grunt ...
0
votes
0
answers
54
views
Uglyfy js not removing the dead code (unused code) with grunt
So I have a grunt setup which loads tasks from another folder which is like this:
grunt.util._.extend(config, loadConfig('./tasks/configs/', grunt));
Under ./tasks/configs the tasks (the js files) are ...
0
votes
1
answer
38
views
Grunt Handlebars partials name modification issue
I am trying to compile the files .hbs files inside components/client folder. Compiling working fine. I am having issue with adding the subfolder names in the partial name.
Here is my code.
...
0
votes
1
answer
357
views
Grunt >> ReferenceError: primordials is not defined
When trying to execute grunt --help , getting the following error
Loading "bower_task.js" tasks...ERROR
ReferenceError: primordials is not defined
I am using node version ->V12.20.1
grunt ...
0
votes
1
answer
576
views
Not able to compile .less Magento 2.4.6-p2
I have a local Magento Cloud 2.4.6-p2 + Docker, local site runs perfect without errors, Im trying to customize the Magento Luma Theme, i created my own custom theme parent from Luma, grunt installed ...
1
vote
0
answers
32
views
Why does installing grunt(npm install grunt --save-dev) into my project stops in between and doesn't make any chnages to package.json?
Installing grunt stops in between and does not move forward, please see image attached
Reasons why this is happening and solution to it?
Uglified js files via brunch before but it is no more ...
0
votes
1
answer
482
views
Throws SyntaxError while trying to run grunt build --env=devel --platform=android --crosswalk=false
This is the command I am trying to run to build the project with platforms and plugins installed
grunt build --env=devel --platform=android --crosswalk=false
It is throwing syntax error
When I run ...
1
vote
0
answers
83
views
Unable to install grunt in Windows 11 npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE
OS: Windows 11
Node: 16
I am trying to install grunt-cli globally in Windows 11. I tried following command:
npm i grunt-cli -g
and getting the following error:
npm ERR! code ...