grunt-perfbudget icon indicating copy to clipboard operation
grunt-perfbudget copied to clipboard

Stepping through the documentation

Open mgifford opened this issue 5 years ago • 0 comments

I'm new to Grunt. I'm missing something. Seems like I've got a Gruntfile.js & package.json in a directory.

npm = v6.4.1

The Gruntfile.js is the text from your example with my API key.

I get this: $ npm install npm WARN [email protected] requires a peer of grunt@>=0.4.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] No description npm WARN [email protected] No repository field.

audited 264 packages in 1.339s found 0 vulnerabilities

Mikes-MacBook-Pro-2:Grunt mikegifford$ grunt Loading "Gruntfile.js" tasks...ERROR

SyntaxError: Unexpected token default Warning: Task "default" not found. Use --force to continue.

Aborted due to warnings.

mgifford avatar Nov 06 '18 00:11 mgifford