syntax error while building in windows
See original GitHub issueWhile running npm run build
in Windows, command rm
is not recognized at:
rm -rf dist/playground && mkdir -p dist/playground/public && npm run playground:build-assets && npm run playground:build-ts && ts-node scripts/playgroundPostBuild.ts
Possible solution: Create OS agnostic build command/s.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Syntax Error and Compile Error - Microsoft Community
Since 1 month ago, the Word run on my Mac starts to show "Syntax error, Compile error" every time right after I open...
Read more >Syntax errors from Windows SDK while building repo #50342
Anyone else hitting this? I'm sync'd to main tip, cleared my repo, and building fails with errors like this: C:\Program Files (x86)\Windows ......
Read more >c++ - Why I got syntax error, when trying to use concept?
You get "syntax errors" because your compiler does not understand the C++ you are writing. Most likely it is expecting an older version...
Read more >Syntax error in libjansson while compiling on Windows?
I am building RackV2 from scratch on a widnows machine, following VCV Manual - Building While doing a make dep, I get a...
Read more >Why do I receive compiler syntax errors when building a ...
This error is only generated when using a Microsoft Visual C++ compiler; the library does successfully compile when using the LCC compiler.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @czerwinskilukasz1 and @subedigaurav ,I had an amazing experience.
I was able to follow contributing guidelines without any hassle. It is well documented. However, if I find any improvement later I will let you know.
Also, feel free to tag me on an issue which is beginner friendly(like me).
Hi @mhagmajer. I would like to take on this issue.