Closed unional closed 8 years ago
This might be closely related to https://github.com/typings/typings/issues/281?
I have also run into this issue when i have dependencies that themselves have other ambient dependencies. For instance, if you do typings install --ambient express, it will not install any of its dependencies, such as node or serve-static. The only solution I've found is to do typings install --ambient --save <package>
on whatever dependencies it can't resolve
@unional typings install node -SA
. Need better logging for the "ambient modules" that are expected during installation.
-SD
in this case. :)
Actually, -DA
for --save-dev --ambient
:smile:
OH YEAH! :stuck_out_tongue_closed_eyes:
Also thanks @princjef for pointing it out.
@blakeembrey , I'll add tests to
npm-blue-tape
. Maybe 2nd resolution fails (npm-lodash
=>npm-blue-tape
=>npm-tape
)?