Open xiaoliwe opened 6 years ago
other than that , if i want to deploy the editor to my website with HTML files and then using 'pxt staticpkg' command , i 've got some INTERNAL ERROR as bellow
hmm..., how to fix it ?
thanks so much
Hi @WinEcos,
Regarding #1, we're aware of those errors and are fixing them in PXT. They ignored at the time being and shouldn't cause you any issues though. Regarding #2, it seems you don't have some typings files. Try the following: In pxt run:
I'm not too sure about #3. @riknoll? any thoughts?
@samelhusseini must be use 'jake' command to build pxt project (like : pxt-microbit ) ? i've never build up a successful pxt-microbit environment . would you like share your any IM tools that hope to learn knowledge from you . thx.
That rimraf issue should be fixed in master. You might need to update the PXT version this project references @samelhusseini
@WinEcos is there are reason you are working with the microbit target? It would be best to use the latest stable version of PXT. version 2.3.38.
The only reason to use v0 is if you're trying to build the microbit target. (which is using an old version of PXT) and has a dependency on that.
If you're looking for a sample to work with, https://github.com/Microsoft/pxt-sample is a good place to start.
@samelhusseini Thanks so much ,Same ! and i want to build my own pxt project and same as pxt-microbit . but , encounter a lot of problems as you mentioned , pxt-sample might be helpful, so , my questions list as bellow:
hi guys , i've got some error message and can't running pxt project on my server as bellow for #1, environment told me that can't find global type blablabala ... , so , how to fix it ?and why did it show up ?
for #2 , as your guide , i can't opening online editor after perform 'pxt serve' command .
would you like share your suggest ideas ?
thanks so much.