You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be clear, the reason we have the shrinkwrap atm is to override some subdependencies on the jade module that are unsecure (old versions of uglify-js). This is bad because every module change needs a rework on the npm-shrinkwrap, and to limit bad scenarios and quick PR reviews we need to make surgical changes to that file in that regard.
So, I am creating an issue to track this.
why the shrinkwrap?
To be clear, the reason we have the shrinkwrap atm is to override some subdependencies on the jade module that are unsecure (old versions of uglify-js). This is bad because every module change needs a rework on the npm-shrinkwrap, and to limit bad scenarios and quick PR reviews we need to make surgical changes to that file in that regard.
future plan
get rid of it when #298 will be complete.
in the meanwhile
when working on a dependency,
sudo npm i npm@2
npm install <module> --save
The text was updated successfully, but these errors were encountered: