Skip to content

Fix : jsweb new command not working issue fixed

Latest

Choose a tag to compare

@Jones-peter Jones-peter released this 07 Jan 08:56
· 2 commits to main since this release
00b4723

🟢 JsWeb v1.2.1 — Patch Release

✅ What’s Fixed

  • Fixed a critical issue with the jsweb new command

    • The command failed because certain required resource paths were missing
    • Added the missing resources and ensured they are bundled correctly
    • New projects can now be created successfully without errors

🛠 Stability Improvements

  • Minor internal refinements
  • Code cleanup and consistency updates

🔄 Upgrade

Update JsWeb using:

pip install --upgrade jsweb

❤️ Thanks

Thanks to @Atreal7 who reported the issue.