marker-io / browser-sdk

Marker.io browser SDK
MIT License
8 stars 8 forks source link

cannot install the package #9

Closed sohumsen closed 2 years ago

sohumsen commented 2 years ago

When i try to install the package by npm install -s @marker.io/browser i get this error

The splatting operator '@' cannot be used to reference variables in an expression. '@marker' can be used only as an argument to a command. To reference variables in an expression use '$marker'.

perhaps there is an alias that we can use to install the package without using "@"?

any help appreciated `

olivierkaisin commented 2 years ago

Seems that you are using powershell. Can you try running npm install -s '@marker.io/browser' instead?