ref icon indicating copy to clipboard operation
ref copied to clipboard

Errors and deprecations

Open dmitriz opened this issue 6 years ago • 0 comments

Getting this error:

~ npm run build
... <all tests are ok> ...
...
Loading "Gruntfile.js" tasks...ERROR
>> invalid snippets detected
Warning: Task "default" not found. Use --force to continue.

Aborted due to warnings.
npm ERR! code ELIFECYCLE
npm ERR! errno 3
npm ERR! @kparc/[email protected] build: `grunt`
npm ERR! Exit status 3
npm ERR! 
npm ERR! Failed at the @kparc/[email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/dmitrizaitsev/.npm/_logs/2019-07-26T03_49_11_024Z-debug.log

Might be due to some outdated deps, e.g. this one had been deprecated: https://www.npmjs.com/package/grunt-contrib-uglify-es

dmitriz avatar Jul 26 '19 03:07 dmitriz