after locally installing vue I run
npx sfo dev main.js
Webpack fails to compile:
ERROR in /Users/toddieus/.npm/_npx/39450/lib/node_modules/sfo/node_modules/timers-browserify/main.js
Module not found: Error: Can't resolve 'setimmediate' in '/Users/toddieus/.npm/_npx/39450/lib/node_modules/sfo/node_modules/timers-browserify'
I do get the temp directory created with a index.html & webpackEntry.js
I'm still wrapping my head around sfo and still working it. I got a demo rolling with react no problem so this is most likely due to my lack of vue skills.
after locally installing vue I run
npx sfo dev main.js
Webpack fails to compile:I do get the temp directory created with a index.html & webpackEntry.js
I'm still wrapping my head around sfo and still working it. I got a demo rolling with react no problem so this is most likely due to my lack of vue skills.