veg / hivtrace-viz

https://hivtrace-viz.vercel.app
7 stars 9 forks source link

error when run `yarn develop`? #120

Closed liamxg closed 11 months ago

liamxg commented 11 months ago

$yarn develop yarn run v1.22.21 error hivtrace-viz@1.1.1: The engine "node" is incompatible with this module. Expected version ">=17 <20". Got "10.15.0" error Commands cannot run with an incompatible environment. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

stevenweaver commented 11 months ago

Yes, please use node versions 17, 18, or 19. Consider using nvm or volta to manage node versions.

Best, Steven

liamxg commented 11 months ago

@stevenweaver where to find the node version?

% webpack zsh: command not found: webpack

liamxg commented 11 months ago

@stevenweaver still error?

stevenweaver commented 11 months ago

Try yarn then yarn develop

liamxg commented 11 months ago

@stevenweaver still error: simon@192 hivtrace-viz % yarn yarn install v1.22.21 [1/5] 🔍 Validating package.json... error hivtrace-viz@1.1.1: The engine "node" is incompatible with this module. Expected version ">=17 <20". Got "10.15.0" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

stevenweaver commented 11 months ago

@liamxg -- that's very much by design. Please see https://github.com/veg/hivtrace-viz/issues/120#issuecomment-1813783956