简体   繁体   English

Processmaker 4 社区版安装

[英]Processmaker 4 Community Edition Installation

Require help to complete ProcessMaker4 installation process on a Centos 8 server.需要帮助才能在 Centos 8 服务器上完成 ProcessMaker4 安装过程。 I currently stuck at 'npm run dev' step.我目前停留在“npm run dev”步骤。 There are error messages that I have no idea on how to fix it.有错误消息我不知道如何修复它。 Below are lines coppied from terminal.以下是从终端复制的行。

Error during npm run dev npm run dev期间出错

Please assist.请协助。

Thank you.谢谢你。

I had some troubles too.我也遇到了一些麻烦。

I installed on Centos 7.7 and it works.我安装在 Centos 7.7 上,它可以工作。

About npm, check you have installed NodeJS 10.x, mine is version 10.21.关于 npm,检查你是否安装了 NodeJS 10.x,我的是 10.21 版本。

To install it:要安装它:

 curl -sL https://rpm.nodesource.com/setup_10.x | bash - yum install -y nodejs

This will install npm as well which in my case:这将安装 npm 以及在我的情况下:

 npm --version 6.14.1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ProcessMaker 4 (EBADENGINE) 的开发人员安装期间出现 NPM 错误 - Error with NPM during the Developer Installation of ProcessMaker 4 (EBADENGINE) PyCharm社区版中的Odoo Mac OSX安装出现错误“无法执行命令lessc” - Odoo Mac OSX installation get error “Could not execute command lessc” in PyCharm Community Edition Neo4j和Linkurious社区版 - Neo4j and Linkurious community edition IntelliJ社区版中的NodeJS插件不起作用 - NodeJS plugin in IntelliJ Community Edition does not work MYSql Community Edition是否支持Nosql - Does MYSql Community edition support Nosql 如何为 MongoDB 社区版实现静态数据加密? - How to implement data encryption at rest for MongoDB Community Edition? 带有Visual Studio 2015社区版的Apache Cordova工具 - Apache Cordova Tools with Visual Studio 2015 Community Edition Visual Studio 2015社区版,缺少打开的文件夹 - Visual Studio 2015 community edition, open folder missing 在Windows 10上安装Strongloop,Visual Studio Community 2015 - strongloop installation on windows 10, visual studio community 2015 如何在IntelliJ Community Edition中启用HMTL和javascript文件的热交换? - How to enable hot-swap of HMTL and javascript files in IntelliJ Community edition?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM