| To resolved Issue II, follow the instructions below: |
Steps:
- Ensure that the node 4.9.1, gulp 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 Node, Gulp and npm are installed correctly, follow these checklist:
- To check node, run node -v in the command line window
- To run multiple Node versions, see article 49023 Use Multiple Node.js Versions for SuiteCommerce Advanced Deployment
- 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