ENOENT: no such file or directory, open './pattern-lab/config/config.yml'
emulsify version: 3.1
node version: any version less than 12. using 11.00 at this moment
npm (or yarn) version: 6.4.1
What you did: Ran the npm start script
What happened: Hangs a few seconds then outputs this:
[email protected] start /app/web/themes/custom/subtheme gulp compile && gulp theme
fs.js:122 throw err; ^
Error: ENOENT: no such file or directory, open './pattern-lab/config/config.yml'
at Object.openSync (fs.js:443:3)
at Object.readFileSync (fs.js:348:35)
at module.exports (/app/web/themes/custom/subtheme/node_modules/emulsify-gulp/gulp-tasks/gulp-pattern-lab.js:13:10)
at module.exports (/app/web/themes/custom/subtheme/node_modules/emulsify-gulp/index.js:94:46)
at Object.gulp compile && gulp theme
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-01-16T10_13_05_510Z-debug.log
Thanks for opening your first issue here! Be sure to follow the issue template!