Hacker News new | past | comments | ask | show | jobs | submit login

Related: I really hate the trend of always using @latest. It's like in frontend there's no stable versions with known feature list and known bugs, it's always latest of whatever it is. Why?



Latest ensures if you used it before it won’t use the old version. npm create otherwise will always use the starter script that you last used, which isn’t what you want in this case. You always want the latest if you’re starting a new project. For the first time you can leave it off, but it’s safer just to recommend always using it to avoid confusing stale create script problems down the road.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: