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
On Windows Server 2008 and Windows 10 installing node-gdal with the global flag fails with the error ERR! EBUSY: resource busy or locked at gdal@0.9.4 preinstall: 'npm install node-pre-gyp' which appears to be a duplicate of TryGhost/node-sqlite3/issues/720. Installing locally works normally. This appears to be related to the use of the preinstall hook from 54199fb as described in mapbox/node-pre-gyp/issues/260. I can submit a pull request to use bundleDependencies as suggested in the updated README.md but I am not sure if this is the right course of action or standards for release tags.
The text was updated successfully, but these errors were encountered:
On Windows Server 2008 and Windows 10 installing node-gdal with the global flag fails with the error
ERR! EBUSY: resource busy or locked
atgdal@0.9.4 preinstall: 'npm install node-pre-gyp'
which appears to be a duplicate of TryGhost/node-sqlite3/issues/720. Installing locally works normally. This appears to be related to the use of the preinstall hook from 54199fb as described in mapbox/node-pre-gyp/issues/260. I can submit a pull request to usebundleDependencies
as suggested in the updated README.md but I am not sure if this is the right course of action or standards for release tags.The text was updated successfully, but these errors were encountered: