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
C:\wamp64\www\colorpicker\node_modules\robotjs\build\robotjs.vcxproj(20,3): error MSB4019: The imported project "C:\Mic
rosoft.Cpp.Default.props" was not found. Confirm that the path in the declaration is correct, and that the fil
e exists on disk.
Hey! Thanks for your issue!
yeah I'll need to make a documentation on how to compile colorpicker on local..
The delicate part is related to native module like robotjs, win-mouse and osx-mouse.
For windows, you have to :
install windows-build-tools npm package (npm install --global --production windows-build-tools from an elevated PowerShell or CMD.exe)
install node-gyp npm install -g node-gyp
Make sure you use a newer version of NodeJS like NodeJS 8 or NodeJS 10. The installation is not expected to work with a previous version like NodeJS 6
when you run npm install, it should just install all dependencies, you'll need to run npm run rebuild, this command will rebuild all native modules for the version of Electron Colorpicker use.
If it doesn't work again, I don't know if it can help but I've installed Visual Studio with all its options proposed during installation on my Windows
For this issue, I'll update the readme with more informations. Since I'll change the picker feature in next update, this will be more easier to build for development 👍
As the title says, for about the last 3 hours (yup, this time) i was trying to do a simple
npm install
and i cannot get it to work due to:I can't put the error messages here because i already solved some of them and i lost the error messages...
So, i thing all the issues i've got was related only to robotjs build.
Is there a way to skip this build process or even make it easier?
UPDATE 1
i've just found some errors reported by the
npm install
npm install --global --production windows-build-tools
described here (MSBUILD : error MSB4132: The tools version "2.0" is unrecognized. Available tools versions are "4.0". chjj/pty.js#60)rosoft.Cpp.Default.props" was not found. Confirm that the path in the declaration is correct, and that the fil
e exists on disk.
The text was updated successfully, but these errors were encountered: