Unable to run npm build in Azure Pipeline #11073
-
|
We have developed Quasar based project , which is running file in manual mode , we want to automate the build process to Azure , so we have created the pipeline but when we rum the pipeline we are getting following error **" Field 'browser' doesn't contain a valid alias configuration"** , but if we run the same in Linux server it is working fine.
Please find Screenshot of error message & error log in the attachment. Please help me to fix this. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Have you tried to resolve the first error message: Are you importing that file from the wrong path or something similar? |
Beta Was this translation helpful? Give feedback.
-
|
Issue got resolved |
Beta Was this translation helpful? Give feedback.
-
|
Linux has a case sensitive filesystem. Windows does not. Make sure that you use the correct casing on your imported file. |
Beta Was this translation helpful? Give feedback.
Linux has a case sensitive filesystem. Windows does not. Make sure that you use the correct casing on your imported file.