Search code examples
vuejs2environment-variablesnullreferenceexceptionquasar-frameworkquasar

Quasar 2 Vue 3 "ReferenceError: process is not defined" error


I bump into ReferenceError: process is not defined error for my Quasar 2 application deployed to firebase. Howver, running it locally with quasar dev does not see the error. Any advice and insight is appreciated.


Solution

  • Solved by installing NPM process package.