brocessing / kirby-webpack

:muscle: A Kirby CMS starter-kit with modern frontend tools
MIT License
179 stars 23 forks source link

Can't update Kirby with npm script #65

Closed chrtz closed 2 years ago

chrtz commented 4 years ago

npm run kirby:update won't work anymore.

🕛  [Kirby Updater] Nothing to update.
 ↪ unchanged https://github.com/getkirby/kirby.git

It still says I run Kirby 3.3.3, while 3.4.2 was released a few days ago.

chrtz commented 4 years ago

Still not working, while Kirby core has been updated to 3.4.3

➜  npm run kirby:update

> project kirby:update /Users/chrtz/Desktop/Desktop/project
> node scripts/kirby-update.js

🕛  [Kirby Updater] Nothing to update.
 ↪ unchanged https://github.com/getkirby/kirby.git
Jorckx commented 2 years ago

I'm running into the same problem… wondering if the new v3.6 is supported? I'm stuck with "3.5.7.1"

arnaudjuracek commented 2 years ago

All npm run kirby:* scripts are broken since Kirby 3.x, and will probably be removed in a potential next update.

With hindsight is wasn't the best idea, as you should better use composer.