volodymyr-lisniak / magento-2-gulp

Gulp for Magento 2. It works with core Magento styles (less) and structure. Uses default theme configs from dev/tools/grunt/configs/local-themes.js.
MIT License
41 stars 12 forks source link

Already have package.json file in the root (default Magento package.json for grunt) #19

Closed VivekShingala closed 3 years ago

VivekShingala commented 3 years ago

Hi

Thank you for the extension. I am trying it out on my Magento store.

However, I am stuck on the step where I have to copy package.json.sample-aws to package.json because I already have Magento's package.json file for grunt.

How should I handle this?

volodymyr-lisniak commented 3 years ago

Hi @VivekShingala

You could simply remove your old package.json and rename new one or just copy content from the package.json.sample-aws to the your package.json

Also need to remove your node_modules directory before run npm i