Pnpm workspace

drpatches
HOBBY

2 years ago

Hi, how i must configure the project to use pnpm to install?
currently i'm getting this error:
1.800 npm ERR! Unsupported URL Type "workspace:": workspace:*

Solved

1 Replies

2 years ago

pnpm will automatically be used if a pnpm lockfile is found, make sure no package lockfile is found, if a package lockfile is found by Railway then npm will be used instead


Status changed to Solved Railway over 1 year ago