forwardemail / email-templates

Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
https://forwardemail.net/docs/send-emails-with-node-js-javascript
MIT License
3.66k stars 339 forks source link

npm install fails #400

Closed paniavula closed 4 years ago

paniavula commented 4 years ago

npm install of the package is failing because one of the dependency is removed in npm. Please can you check quickly as all our builds are failing.

$npm install email-templates npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@sindresorhus%2fis - Not found npm ERR! 404 npm ERR! 404 '@sindresorhus/is@^2.1.1' 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 'email-templates' 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! /Users/pani/.npm/_logs/2020-08-06T10_24_29_147Z-debug.log

paniavula commented 4 years ago

sounds like a flaky issue with npm. it is fine now.