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
First of all - thank you - this project is a MacBook battery life saver! ❤️
When installing, I got the following message.
yarn global add nosync-icloud
yarn global v1.22.19
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "18.12.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
The simple workaround was to use nvm to switch to node v17 - and then it installed no problem. But I thought you'd like to know.
Thanks
The text was updated successfully, but these errors were encountered:
@achrinza/node-ipc is not in the dependencies of nosync-icloud, you can install nosync-icloud in a separate empty folder (without global) and checkout node_modules,you won't find @achrinza/node-ipc. So, @achrinza/node-ipc may be installed as dependencies or dependencies's dependencies of other global package in you MacBook. Update the outdated global package or remove it will solve the problem.
First of all - thank you - this project is a MacBook battery life saver! ❤️
When installing, I got the following message.
The simple workaround was to use nvm to switch to node v17 - and then it installed no problem. But I thought you'd like to know.
Thanks
The text was updated successfully, but these errors were encountered: