Member-only story
Trying to install a dependencies using
npm install or npm i -D frontmatter-markdown-loader
I ran into this error below:
I tried use:
npm cache clean
to clean the npm, but fails
So I tried these steps:
- “npm cache clean — force”
- “npm cache verify”

if problem still persist after the first 2 steps, do this:
“npm i npm”
Thanks!