Guest Posted August 3, 2020 Share Posted August 3, 2020 Whenever I try to run the server, end up having the issue below. I have already tried to modify the referred file with no success and currently have the version 1.7.0. Any help would be much appreciated. ``` At C:\Program Files\nodejs\squarespace -server.ps1:12 char:29 + & "$basedir/echo$exe" off & "$base dir/node_modules/@squarespace/ser ... + ~ The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string. At C:\Program Files\nodejs\squarespace -server.ps1:15 char:20 + & "echo$exe" off & "$basedir/node_ modules/@squarespace/server/build ... + ~ The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string. + CategoryInfo : ParserE rror: (:) [], ParseException + FullyQualifiedErrorId : Ampersa ndNotAllowed ``` Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment