grunt
grunt copied to clipboard
Grunt: The JavaScript Task Runner
grunt -> grunt-legacy-util -> Upgrade underscore.string to version 3.3.5 or later. For example: "dependencies": { "underscore.string": ">=3.3.5" }
While trying to run grunt on a new machine using a file that I have seen work before I get this error: ``` grunt[41447]: ../src/node_contextify.cc:676:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo&): Assertion `args[1]->IsString()'...
Wanted to share this FYI out to the Grunt community to let ya’ll know that the OpenJS Foundation has opened its [call for speakers](https://openjsf.org/announcement/2021/01/11/openjs-world-2021-save-the-date/) for the upcoming virtual OpenJS World...
Our Project is build with **react and typescript**. We can't control the code style of everyone. So we used grunt task for precommit, but I found it would used more...
HI Team, our bundle.js file size has become large. please help me how can i split bundle into two or more js files?
Hello, i'm having 100% CPU-Usage with my grunt configuration. All i could read about this issue is outdated and so i would be very thankful if anybody could help. The...
  How I can Fix this after npm install. I tried versioning and made changes in dependencies. Can someone please guide me on this because I am new on...
I can see that the last commit was around jun which is approx six month from now. There are many issues and PR hanging. also even the website is not...
[email protected] has a nested sub-dependency [email protected] which has a vulnerability described at https://nvd.nist.gov/vuln/detail/CVE-2019-10747. Would it be possible to update to the newest version to resolve this vulnerability?
Yarn 2 doesn't create a node_modules folder, instead stores packages in their original archives. https://yarnpkg.com/features/pnp#packages-are-stored-inside-zip-archives-how-can-i-access-their-files Related: #1211 #### Docs: https://yarnpkg.com/features/pnp#compatibility-table https://yarnpkg.com/advanced/migration #### Error details: When migrating from npm to Yarn...