Open koltyakov opened 6 years ago
Note on package managers, pnpm did not play nice with the current version. Apologies for hijacking this thread.
@clechner77 could you please describe what was your problem with pnpm?
I tried yo sppp --pm pnpm
, React preset. Initial, secondary. Everything went smoothly.
Win 10, Node v10.14.1, pnpm v4.7.2
Did you do an initial build? My install was fine. I'll check my environment here in a bit and get you some errors.
Oh, yeah. Thanks, now I see an issue. Not sure what's it, but at least can replicate.
Looping back to issues. The issue with pnpm
should be fixed in 3.8.1. pnpm
requires --shamefully-hoist
option, otherwise, npm scripts can't see locally installed dev dependencies which are used in pipelines.
Worked. Appreciate the constant support.
Thank you @clechner77! In many open source project is a common disease to abandon any communications and never answer to issues. I hate such behavior of some maintainers and always try being in touch.
If numerous package managers are installed (npm, yarn, pnpm), provide a possibility which package manager to use by default.