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

How to deploy a react app on cPanel?

I've created a react app with the following folder structure -public  --dist   ---bundle.js   ---styles.css  --index.html  --images -server  --server.js -src  --components  --app.js -.babelrc -package.json -webpack.config.js I want to upload it to cPanel. Is that possible? Would I also need to upload…

VIEW QUESTION
Back To Top
Search