Medium / phantomjs

NPM wrapper for installing phantomjs
Other
1.42k stars 436 forks source link

npm phantomjs-prebuilt conflicts for different platforms #821

Open lietusme opened 5 years ago

lietusme commented 5 years ago

I have setup where same sources for development is using Win32 and MacOS platforms (via network share). However, once pulled, phantomjs-prebuilt sets node_modules to platform it pulled on, thus breaking other (npm install don't even update then).

Is there way to support pulling multiple prebuilts for multiple platforms to same node_modules?