SparkPost / heml

HEML is an open source markup language for building responsive email.
https://heml.io
MIT License
4.33k stars 157 forks source link

npm ERR! 404 Not Found: @heml/inline@^1.1.2 #56

Open ollicle opened 6 years ago

ollicle commented 6 years ago

npm is returning a 404 error when I attempt npm install heml

Is it just me?

avigoldman commented 6 years ago

Hey @ollicle 👋 Can you give some more details? What version of npm and node are you running?

ollicle commented 6 years ago

👋 Node: v9.3.0 npm: 5.6.0

avigoldman commented 6 years ago

Can you try clearing your NPM cache and reinstalling? npm cache clean

ollicle commented 6 years ago

npm says:

As of npm@5, the npm cache self-heals from corruption issues and data extracted from the cache is guaranteed to be valid. If you want to make sure everything is consistent, use 'npm cache verify' instead.

I ran npm cache verify which appears to have cleaned up some things.

Although now when I run npm i heml: npm ERR! 404 Not Found: @heml/elements@^1.1.3

I’ll try on a different machine.