You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open arches/app/media/js and use the (Mac) Finder to drag file icons around (e.g. to prepare to delete something)
Verify with ls -la arches/app/media/js you have a .DS_Store file
npm start in the usual way
result
TypeError [ERR_INVALID_ARG_TYPE]: The "paths[2]" argument must be of type string. Received undefined
at Object.resolve (node:path:1101:7)
at /Users/jwalls/prj/ryan/webpack/webpack.common.js:48:40
at Array.reduce (<anonymous>)
at createWebpackConfig (/Users/jwalls/prj/ryan/webpack/webpack.common.js:45:132)
at Socket.<anonymous> (/Users/jwalls/prj/ryan/webpack/webpack.common.js:527:17)
at Socket.emit (node:events:518:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23) {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v20.12.2
The text was updated successfully, but these errors were encountered:
ls -la arches/app/media/js
you have a.DS_Store
filenpm start
in the usual wayresult
The text was updated successfully, but these errors were encountered: