I'm installing Alfresco digital workspace(ADW) and I ran the following command:
npm start content-ee
and I received the following error:
strict mode: "items" is 1-tuple, but minItems or maxItems/additionalItems are not specified or different
error: /home/etic/Desktop/Alfresco/app/.tmp/app.config.json: Unexpected token $ in JSON at position 399
And when I run npm start content-ee, the following line is added to my app.config.json file automatically inside "plugins":
"folderRules": ${APP_CONFIG_PLUGIN_FOLDER_RULES}
inside the object "plugins", That is, after executing the command, the plugins object looks like this:
"plugins": { "aosPlugin": true, "contentService": true, "folderRules": ${APP_CONFIG_PLUGIN_FOLDER_RULES}, }
${APP_CONFIG_PLUGIN_FOLDER_RULES}
npm start content-eeappears automatically.
I have the same issue.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.