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
1. Ensure `path` aalways reflects the state of the filesystem.
Previously it would be set once when the module is loaded and not
updated if the installation is added or removed from the filesystem
2. Allow optional installation on `npm install`
It may be easier for some projects to include this as a dependency
if the chromium installation can be made conditional.
Chromium will ordinarily be installed when you exectute `npm install` however you may wish to skip this step if you are going to defer installation and perform it programatically at a later stage. Below is an example of how to do so.
0 commit comments