You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem to "Building local images" from the code introduction. I tried the statement (in my terminal): "docker build -t local/ojs:3_2_0-1 ." in the folder /versions/3_2_0-1/alpine/apache/php73 but I get the error in the picture.
If somebody could help me, I would appreciate it.
The text was updated successfully, but these errors were encountered:
As you will see, we are in a middle of a refactoring process, so it all could/would change soon... hopefully moving to more stable image versions.
The error (No "exports" main defined") points no recent updates to the ui-library, so perhaps this issue is related with the Node version (as far as dockerfile don't use fixed versions).
If you are building locally, first thing I would try is upgrade your alpine to last version (or to a more recent one).
It will probably let you take the last node version.
If not, you can also modify your dockerfile to force an update of your npm adding a simple: $ npm update
Please, check any of both and let us know how it worked.
Hello,
I have a problem to "Building local images" from the code introduction. I tried the statement (in my terminal): "docker build -t local/ojs:3_2_0-1 ." in the folder /versions/3_2_0-1/alpine/apache/php73 but I get the error in the picture.
If somebody could help me, I would appreciate it.
The text was updated successfully, but these errors were encountered: