问题
For all the other stackoverflow questions, it seems like people are asking either about a private npm git repository or about a different technology stack. I'm pretty sure I can use a private npm registry with GAE Flexible, but I was wondering if it was possible with the Standard version?
From the GAE standard docs, doesn't seem like it is possible. Anyone else figure out otherwise?
回答1:
Google Cloud Functions allow you to access private NPM modules by providing credentials for the npm registry in a .npmrc file, as explained in the Using private modules section of the documentation.
However, this is not possible for App Engine Standard, and a Feature Request was already created for it, which you can follow via this link.
I recommend marking this request as affected, and leave a comment expressing how this is affecting you, as it will increase the visibility of the request.
来源:https://stackoverflow.com/questions/61114288/use-private-npm-registry-for-google-app-engine-standard