zhangyongjing

Results 15 comments of zhangyongjing

> Sorry for my ignorance, but MiniApps don't support HTML and JavaScript? MiniApps do support JS but not native HTML. Currently, many pre-standard implemenations use HTML-like languages to describe the...

That's a great document! Thanks @tomayac

I had the same problems with win10. Here is some advice for you: 1. Please try to escape the quote mark as follows: argv0=$(echo ""$0\"" | sed -e 's,\\,/,g') 2....

> I ran into this issue as well. Doing a `yarn add @cloudflare/json-hyper-schema` resolves it but it's a bit of an odd fix. i did the same then it works.

'cross-env' can solve the NODE_ENV issue, - by installing 'cross-env' and add 'cross-env' before 'NODE_ENV'. But one still needs to manually fix require paths with forward slashes in 'schema.js'.