Tagged Questions
0
votes
0answers
19 views
Removing a file named '…' in Windows 8 [migrated]
Completely by accident, I created a file named ... using Grunt.js for Node in Windows 8.
Is it possible to remove this file without having to reformat the partition?
0
votes
2answers
108 views
grunt-contrib-build' is not in the npm registry
I'm getting below error when I try to install npm install grunt-contrib-build --save-dev on my Windows 7 system using command prompt.
C:\css-base>npm install grunt-contrib-build --save-dev
npm ...
2
votes
1answer
369 views
OS-independent grunt script command in NPM package.json
When the command grunt is run in a Windows shell in the same path as the grunt.js file, Windows opts to run grunt.js using the Windows Script Host. The recommended path is to explicitly call ...
4
votes
1answer
600 views
sublime text 2 console shows only first line of gruntjs output
When running grunt in sublime text 2 on windows it seems as thought it only shows the first line of output. Strangely enough all tasks are completed. Adding "shell": true or false doesn't seem to have ...
3
votes
0answers
1k views
Multiple issues running grunt.cmd on windows
I had to modify grunt.cmd because the path for my system was very wrong:
Originally:
%~dp0\Application Data\npm\node_modules\grunt
Which would print:
\\dacwnas\Profiles\<user>\Application ...
1
vote
1answer
753 views
When running grunt on Windows, I receive “Access is Denied” error with default grunt.js file
I'm getting grunt.js setup on a Windows 7 machine. I've got Grunt setup on my %PATH%, but when I try to execute it, I receive this error:
C:\project>grunt
Access is denied.
However, if I rename ...