Homepage
Recent Changes
Search:
History of 2024-07-01 Starting Node.js with selected packages preloaded
2024-07-01
15:07 UTC
Revision 1
. . . .
mbork
–
There are several Node.js packages I use fairly often, and often need to debug some code using them. As any Lisper will tell you, there are few better ways to debug/explore code than a REPL. Node.js comes with a decent enough REPL for simple experiments, but what if I want to play around with Lodash or Ramda, not just vanilla JS?