Hacker News new | ask | show | jobs
by glenjamin 3874 days ago
Is your plan to remain compatible with `npm` projects?

I could see a case where I'd use `ied` to install deps for the speed, but continued to use npm for other features and interop with others.

This could be very useful - but would need shrinkwrap support along with the stuff on your TODO to make it viable for my current work projects :)

1 comments

Although using ied and npm at the same time for installing dependencies should work, you might run into some weird corner cases.

Therefore, npm and ied are compatible in the sense that you can use ied to install packages and npm for publishing them. At least that's the level of compatibility that is currently supported.

shrinkwrap is definitely coming :)

Good to hear, I reckon I could quite happily use ied for all the installing stuff if it's going to produce the same tree as npm, but perhaps not support all of the crazy corner cases.