skip to Main Content

Cannot find module './Gulp' – Shopify

I'm getting this error when I try to run npm start: module.js:545 throw err; ^ Error: Cannot find module './Gulp' at Function.Module._resolveFilename (module.js:543:15) at Function.Module._load (module.js:470:25) at Module.require (module.js:593:17) at require (internal/module.js:11:18) at Object.<anonymous> (/var/www/html/xocolatl/xocolatl/barrel/barrel-shopify/node_modules/@barrelny/cli/lib/builder.js:6:14) at Module._compile (module.js:649:30) at Object.Module._extensions..js…

VIEW QUESTION

run script command in specified directory – Shopify

I'm setting up a composer.json file to run some tasks automatically when executed. The scripts look something like this: "scripts": { "post-update-cmd": [ "@createDir", "@installSlate", "@installConcat" ], "createDir": "npm install -g @shopify/slate", "installSlate": "slate theme blank_theme", "installConcat": "npm install grunt-contrib-concat…

VIEW QUESTION
Back To Top
Search