Invalid Directory Name on Starting a Resource Added with AddPnpmApp #1145
Replies: 1 comment
-
|
This looks less like a missing file problem and more like a how the process is being started on Windows problem.
The clue for me is that the path is valid, the file exists, but the failing command is still: I’d suspect the process needs to be started through So I’d check 3 things:
Since So this feels like one of these:
If you want a quick sanity check, I’d try replacing the pnpm invocation path with a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get a Nextjs app using pnpm running in my Aspire solution, but the resource fails to start with the following logged:
The directory and file do exist on my Windows 11 file system. The
pnpm.cmdfile contents are:I'm adding the resource with this code in app host:
Beta Was this translation helpful? Give feedback.
All reactions