Closed bravomartin closed 2 years ago
Describe the bug When I run npm run bootstap I get this error:
npm run bootstap
(node:91078) UnhandledPromiseRejectionWarning: Error: Cannot find module '/Users/bravomartin/WORK/DSI/mechanic/mechanic/packages/create-mechanic/function-examples/.DS_Store/dependencies.json'
Expected behavior No Error
Desktop (please complete the following information):
Additional context It looks like it's interpreting the .DS_Store file as a folder and wrongly assumes a dependencies.json file inside it.
.DS_Store
dependencies.json
Good find!
Describe the bug When I run
npm run bootstap
I get this error:Expected behavior No Error
Desktop (please complete the following information):
Additional context It looks like it's interpreting the
.DS_Store
file as a folder and wrongly assumes adependencies.json
file inside it.