You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The splatting operator '@' cannot be used to reference variables in an expression. '@three' can be used only as an
argument to a command. To reference variables in an expression use '$three'.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : SplattingNotPermitted"
Solution:
You can escape the @ symbol in PowerShell by using a backtick before it:
npm install `@three.ez/instanced-mesh
The text was updated successfully, but these errors were encountered:
When I try to npm install, I get:
Solution:
You can escape the @ symbol in PowerShell by using a backtick before it:
npm install `@three.ez/instanced-mesh
The text was updated successfully, but these errors were encountered: