SyntaxError: Unexpected token While running gulp local in SuiteCommerce Advanced Elbrus

  1. Ensure that the node 4.9.1gulp 3.9.1 and npm 4.6.1 are being used in the development environment. These versions are supported by Elbrus Release of SuiteCommerce Advanced.To verify that NodeGulp and npm are installed correctly, follow these checklist:
    • To check node, run node -v in the command line window
    • To check gulp, run gulp -v in the command line window
      • To update gulp version to 3.9.1 version, run a command npm install gulp@3.9.1
    • To check npm, run npm -v in the command line window
      • To update npm version to 4.6.1, run a command npm install -g npm@4.6.1
  2. Run gulp on the command line window for testing
  3. Run gulp local on the command line window for testing

Leave a comment

Your email address will not be published. Required fields are marked *