Skip to main content
-2 votes
0 answers
33 views

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\...
Ishaan Gupta's user avatar
0 votes
0 answers
39 views

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 ...
yassel's user avatar
  • 1
1 vote
0 answers
112 views

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: ...
cfrydlewicz's user avatar
0 votes
0 answers
114 views

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....
hashcoder's user avatar
  • 520
0 votes
0 answers
22 views

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 ...
MVLaser's user avatar
  • 25
0 votes
1 answer
23 views

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( ...
Michael Scott Asato Cuthbert's user avatar
0 votes
0 answers
77 views

Running "requirejs:desktop" (requirejs) task Error: Parse error using esprima for file: C:/projects/GitProjects/vendorgames-sonarqube/ndcasinocommon/base_common/fcga mes/vendorgames/...
sri harsha's user avatar
0 votes
1 answer
70 views

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 ...
mplessard's user avatar
0 votes
0 answers
54 views

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 ...
ABGR's user avatar
  • 5,263
0 votes
1 answer
38 views

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. ...
Suresh Pattu's user avatar
  • 6,287
0 votes
1 answer
357 views

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 ...
Amala Rao's user avatar
0 votes
1 answer
576 views

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 ...
Alex Lopez's user avatar
1 vote
0 answers
32 views

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 ...
dona singla's user avatar
0 votes
1 answer
482 views

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 ...
Yogesh S's user avatar
1 vote
0 answers
83 views

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 ...
Chetan Sachdev's user avatar

15 30 50 per page
1
2 3 4 5
605