"No config for build app; found" (npm run script error)
Closed this issue · 1 comments
robjens commented
Minor thing I encountered but on my Windows machine (Git Bash MinGW), following README instructions failed. It appears that the end-of-string semicolons at package.json
scripts key are causing problems.
Lines 15 to 17 in 41c627d
shadow-cljs - starting ...
No config for build "app;" found.
Available builds are: npm, app
Done in 60.56s.
Simply removing them will make it work. Guess this doesn't happen on a true nix* (or OSX for that matter) as others, including author, would likely to have caught it. I figure removing them wouldn't harm either though ...
jacekschae commented
Hi @robjens,
Thanks for reporting this. Just fixed it. Also added clean for windows users.