zeebe-io / zeebe-modeler

Desktop Application for modeling Zeebe Workflows with BPMN
MIT License
220 stars 48 forks source link

"npm install" went error on mac #287

Closed xiuxiu closed 3 years ago

xiuxiu commented 3 years ago

just cloned the repo and tried to run "npm install". The error message is like:

internal/modules/cjs/loader.js:883 throw err; ^

Error: Cannot find module '../lib/cli.js' Require stack:

MaxTru commented 3 years ago

This seems to be an issue with your node installation.

Could you please verify your node installation? Maye running npm i npm -g helps.

If that does not help, could you please check whether you can install some other npm project (so to verify that this is a zeebe-modeler repo specific issue)?

nikku commented 3 years ago

Closing this issue.

If you provide further pointers into your setup, we may be able to help you.