Cherry Wang

Results 8 comments of Cherry Wang

A bit late to the party but I have a slightly edge scenario to share: I often need to do some quick edits to xaml icons for Visual Studio. However...

@feoh Thanks! That web playground is pretty handy 👍

Same issue here. - **macOS Catalina** - I've been having some permission/security related issues after I updated. Maybe it's realated? - node 10.16.3 - npm 6.9.0 `npx hint https://webhint.io` result...

Same issue. Even if I specify node version in a previous task, it won't use that version. For example, this is what I have in my pipeline: ```yaml - stage:...

Specifying node version in package.json worked according to [#2367 comment](https://github.com/microsoft/Oryx/issues/2367#issuecomment-1971588053) However, this task doesn't support private npm feed authentication 🥹 still pretty limited. Any alternative ways to deploy to Azure...

PS: I just found this note about specifying node version in package.json. It's a bit hidden: > Note: Currently, you can only define app_build_command and api_build_command for Node.js builds. To...

> @chryw To answer your private npm feed problem, what I've done is uploaded a .npmrc file to secure files in Azure Devops and downloaded the file to the build....

I also ended up bypassing build part from the AzureStaticWebApp and used the regular Npm task to authenticate private feed. Hope Oryx supports more configuration in the future. Maybe in...