Cant install package!
abdullahIsa opened this issue · 2 comments
abdullahIsa commented
Hello getting this error when i try installing using NPM
At line:1 char:13
- npm install @bam.tech/react-native-image-resizer
The splatting operator '@' cannot be used to reference variables in an expression. '@bam' can be used only as an argument to a command. To reference variables in an expression use '$bam'.- CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
- FullyQualifiedErrorId : SplattingNotPermitted
AntoineDoubovetzky commented
@abdullahIsa did you try npm install "@bam.tech/react-native-image-resizer"
?
abdullahIsa commented
ahaha worked, silly mistake, thanks.