Automattic / jetpack-vscode

VSCode Extension for working with Jetpack
GNU General Public License v2.0
1 stars 0 forks source link

Jetpack rsync: Node version 18.13.0 does not satisfy the monorepo's #10

Open lezama opened 12 months ago

lezama commented 12 months ago

miguel@192 jetpack % pnpm jetpack rsync jetpack wpcom:~/public_html/wp-content/mu-plugins/jetpack-plugin/production Node version 18.13.0 does not satisfy the monorepo's required version of ^18.17.0! This may cause issues when working with monorepo tooling. (Continue despite the above errors by setting JETPACK_CLI_NONFATAL_VERSION_CHECKS=1)

Maybe we should call nvm use, first?

And thanks a lot for this tool!

sdixon194 commented 11 months ago

Yeah thanks for using the extension and testing things out!

I think this may be a result of the monorepo's own tooling, i.e. the jetpack sync command in the CLI itself rather than the extension that's calling it. Were you using node 18.13.0 in your environment? Have you run into issues with tooling elsewhere before, like running jetpack changelogger add or did it only come up when using the extension?