|
|
|
|
|
by w1nt3rmu4e
2725 days ago
|
|
Can you offer an insight as to why? Of all of the project / language tools / package managers I use NPM seems to offer me the least amount problems. Easy to install, fast and 99% of the time 'just works'. I actually use Node for writing tools way more than other options because of how drama-free NPM is. |
|
On the projects (such as Electron apps) where I'm forced to use NPM, it just feels icky to watch the thousands of sub-dependencies flowing in, crapping up my project.
So for a green-field project, which this thing seems to target, it would require installing NPM just for this thing. And then I'd need to figure out how to uninstall it cleanly without wrecking the project.
But give me a single .html and .css file that I can add to a new project and yeah, this seems cool.