[Q/A] npm create plasmo doesn't work with flags #218
-
What happened?
This works with yarn and pnpm but seems that npm is having troubles VersionLatest What OS are you seeing the problem on?MacOSX What browsers are you seeing the problem on?No response Relevant log outputNo response (OPTIONAL) Contact DetailsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
VenkataBhaskarr
Sep 16, 2022
Replies: 1 comment 1 reply
-
yeah Just got the feedback that for npm we should use,
as they don't parse left over arg like pnpm, we must use -- to append arg |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
louisgv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yeah Just got the feedback that for npm we should use,
npm create plasmo -- --with-tailwinds Example
as they don't parse left over arg like pnpm, we must use -- to append arg