Quantcast
Channel: Npm Eroor : I can't install npm with @ - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Xildrite for Npm Eroor : I can't install npm with @

It seems like you are running this command in a PowerShell environment, and PowerShell is interpreting the '@' symbol as a splatting operator. To resolve this issue, you can try using double quotes...

View Article



Npm Eroor : I can't install npm with @

Hello im trying to download this npm : https://www.npmjs.com/package/@bam.tech/react-native-image-resizerbut it give me this errornpm install @bam.tech/react-native-image-resizerAt line:1 char:13+ npm...

View Article

Answer by Dylan for Npm Eroor : I can't install npm with @

Perhaps you've already solved the problem, but I'll leave it here in case anyone needs it.Just surround the package name with double quotes:npm install "@bam.tech/react-native-image-resizer"

View Article
Browsing all 3 articles
Browse latest View live




Latest Images