szmarczak / http-timer

🕐 Performance timings for HTTP requests
MIT License
192 stars 18 forks source link

File not found error on all versions #4

Closed ghost closed 5 years ago

ghost commented 5 years ago

npm i @szmarczak/http-timer or npm i http-timer are returning 404 errors.

sindresorhus commented 5 years ago

It's npm install @szmarczak/http-timer and it works fine for me. This is probably an issue with npm or you system.

sindresorhus commented 5 years ago

@szmarczak You should document the install line (npm install @szmarczak/http-timer) in the readme.

ghost commented 5 years ago

npm iis shorthand for npm install Very odd.. this is the only package giving me a 404 and i've been installing hundreds over the past few days without issue. Will investigate my config if you're positive this is ok for you on a fresh install. thanks for the feedback :)

ghost commented 5 years ago

Weird config issue. Reset npmrc file at root and started working. Sorry for raising this.

szmarczak commented 5 years ago

@sindresorhus Done :)

@edanedison No problem! We're happy to help.