The App-Engine version in the package.json is old and does not have the required OAuth2 modules required by the MarketPlace.
Steps to reproduce:
Compile the app using rc-apps package --no-compile.
Push it to market place for testing and submission.
Expected behavior:
App Should compile successfully.
Actual behavior:
Apps does not compile and returns error stating that the OAuth2 modules are not found.
Additional context
We were publishing the app on the market place but the compiling tests are failing due to the old App-engine version which do not have the supporting OAuth2 modules.
Description:
The App-Engine version in the package.json is old and does not have the required OAuth2 modules required by the MarketPlace.
Steps to reproduce:
rc-apps package --no-compile
.Expected behavior:
Actual behavior:
Additional context