Closed skatsuta closed 9 years ago
ied
currently does not support global installs. They're coming. Very soon. You can already link packages globally, installing them globally isn't that different.
But the reason you got an error wasn't that --global
is not support, but you actually told ied
to installs the dependencies of the package you're currently in, but since you don't have a package.json
in your root, this command failed.
The order of commands and flags currently matters in ied
(as explained in #12), which means you would want to do ied install jshint --some-flag
.
@alexanderGugel Ah, I got it. As @zhuangya said in #12 it's a little confusing, since many people may think ied
can be used in the same way as npm
. It'd be better if it's written in a document.
However thank you so much for developing a great tool!
I encountered the following error.
Doesn't ied support
--global
option? I'd be glad if it does.