ihp icon indicating copy to clipboard operation
ihp copied to clipboard

migrate command not found with latest IHP Pro

Open stephenbenedict opened this issue 10 months ago • 2 comments

Not sure if this is an actual bug or something to do with my install of nix, direnv, etc., but I can consistently reproduce this problem, so posting here in case it is an actual bug.

Steps to reproduce:

  1. Create new project with ihp-new
  2. Change ihp.url in flake.nix to the latest IHP Pro URL.
  3. Try to use migrate (command is not found)

System: MacOS Sequoia

stephenbenedict avatar Jan 25 '25 15:01 stephenbenedict

Can you add ihp-migrate as a dependency in your flake.nix? I think we might have accidentally removed it from the dev mode when we extracted it into it's own ihp-migrate package

mpscholten avatar Jan 25 '25 17:01 mpscholten

That was it! That fixes it.

stephenbenedict avatar Jan 26 '25 01:01 stephenbenedict