Monday, November 11, 2019

npm ERR! missing:

Part of error messages

...
  +-- terser@3.17.0 deduped
  +-- v8-compile-cache@2.1.0 deduped
  `-- ws@5.2.2 deduped

npm ERR! missing: mkdirp@0.5.1, required by node-pre-gyp@0.12.0
npm ERR! missing: minimist@0.0.8, required by mkdirp@0.5.1
npm ERR! missing: minimatch@3.0.4, required by ignore-walk@3.0.1

...

Then I run
npm update -g
that is suggestion from stackoverflow.

But, still not fix.


No comments: