moxystudio / gatsby-plugin-ipfs

Adds support for deploying Gatsby to IPFS by ensuring that assets are relative
MIT License
114 stars 37 forks source link

Dependency 'har-validator@5.1.2' is not in the npm registry #12

Closed christroutner closed 5 years ago

christroutner commented 5 years ago

Tried to do npm install --save gatsby-plugin-ipfs and was greeted with this error:

npm WARN tar ENOENT: no such file or directory, open '/home/trout/work/personal/gatsby-starter-markdown/node_modules/.staging/antd-15f42b60/dist/antd-with-locales.js.map'
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/har-validator/-/har-validator-5.1.2.tgz
npm ERR! 404 
npm ERR! 404  'har-validator@5.1.2' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'gatsby-starter-markdown'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/trout/.npm/_logs/2019-04-11T15_06_50_562Z-debug.log
christroutner commented 5 years ago

Looked a little closer and realized this is an issue with gatsby-starter-markdown, not this plugin. Closing.