我正在尝试运行npm run build,但是DS_STORE文件不断产生错误。
[1858] ./application \.spec\.ts$ 1.79 kB [built]
[1859] ./application/.DS_Store 0 bytes [built] [prefetched] [failed]
[1860] ./application/frontend/.DS_Store 0 bytes [built] [prefetched] [failed]
[1861] ./application/frontend/homepage/.DS_Store 0 bytes [built] [prefetched] [failed]
+ 2267 hidden modules
..一堆黄色警告文本...
ERROR in ./application/.DS_Store
Module parse failed: /Users/churst/Documents/checkbook_web/application/.DS_Store Unexpected character '' (1:0)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected character '' (1:0)
at Parser.pp$4.raise (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2221:15)
at Parser.pp$7.getTokenFromCode (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2756:10)
at Parser.pp$7.readToken (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2477:17)
at Parser.pp$7.nextToken (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2468:15)
at Parser.parse (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:515:10)
at Object.parse (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:3098:39)
at Parser.parse (/Users/churst/Documents/checkbook_web/node_modules/webpack/lib/Parser.js:902:15)
at NormalModule.<anonymous> (/Users/churst/Documents/checkbook_web/node_modules/webpack/lib/NormalModule.js:104:16)
at NormalModule.onModuleBuild (/Users/churst/Documents/checkbook_web/node_modules/webpack-core/lib/NormalModuleMixin.js:310:10)
at nextLoader (/Users/churst/Documents/checkbook_web/node_modules/webpack-core/lib/NormalModuleMixin.js:275:25)
at /Users/churst/Documents/checkbook_web/node_modules/webpack-core/lib/NormalModuleMixin.js:259:5
at Storage.finished (/Users/churst/Documents/checkbook_web/node_modules/webpack/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:38:16)
at /Users/churst/Documents/checkbook_web/node_modules/graceful-fs/graceful-fs.js:78:16
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:511:3)
ERROR in ./application/frontend/.DS_Store
Module parse failed: /Users/churst/Documents/checkbook_web/application/frontend/.DS_Store Unexpected character '' (1:0)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected character '' (1:0)
at Parser.pp$4.raise (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2221:15)
at Parser.pp$7.getTokenFromCode (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2756:10)
at Parser.pp$7.readToken (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2477:17)
at Parser.pp$7.nextToken (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2468:15)
at Parser.parse (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:515:10)
at Object.parse (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:3098:39)
at Parser.parse (/Users/churst/Documents/checkbook_web/node_modules/webpack/lib/Parser.js:902:15)
at NormalModule.<anonymous> (/Users/churst/Documents/checkbook_web/node_modules/webpack/lib/NormalModule.js:104:16)
at NormalModule.onModuleBuild (/Users/churst/Documents/checkbook_web/node_modules/webpack-core/lib/NormalModuleMixin.js:310:10)
at nextLoader (/Users/churst/Documents/checkbook_web/node_modules/webpack-core/lib/NormalModuleMixin.js:275:25)
at /Users/churst/Documents/checkbook_web/node_modules/webpack-core/lib/NormalModuleMixin.js:259:5
at Storage.finished (/Users/churst/Documents/checkbook_web/node_modules/webpack/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:38:16)
at /Users/churst/Documents/checkbook_web/node_modules/graceful-fs/graceful-fs.js:78:16
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:511:3)
ERROR in ./application/frontend/homepage/.DS_Store
Module parse failed: /Users/churst/Documents/checkbook_web/application/frontend/homepage/.DS_Store Unexpected character '' (1:0)
You may need an appropriate loader to handle this file type.
SyntaxError: Unexpected character '' (1:0)
at Parser.pp$4.raise (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2221:15)
at Parser.pp$7.getTokenFromCode (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2756:10)
at Parser.pp$7.readToken (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2477:17)
at Parser.pp$7.nextToken (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:2468:15)
at Parser.parse (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:515:10)
at Object.parse (/Users/churst/Documents/checkbook_web/node_modules/acorn/dist/acorn.js:3098:39)
at Parser.parse (/Users/churst/Documents/checkbook_web/node_modules/webpack/lib/Parser.js:902:15)
at NormalModule.<anonymous> (/Users/churst/Documents/checkbook_web/node_modules/webpack/lib/NormalModule.js:104:16)
at NormalModule.onModuleBuild (/Users/churst/Documents/checkbook_web/node_modules/webpack-core/lib/NormalModuleMixin.js:310:10)
at nextLoader (/Users/churst/Documents/checkbook_web/node_modules/webpack-core/lib/NormalModuleMixin.js:275:25)
at /Users/churst/Documents/checkbook_web/node_modules/webpack-core/lib/NormalModuleMixin.js:259:5
at Storage.finished (/Users/churst/Documents/checkbook_web/node_modules/webpack/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:38:16)
at /Users/churst/Documents/checkbook_web/node_modules/graceful-fs/graceful-fs.js:78:16
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:511:3)
我尝试删除DS_STORE文件,但它们又回来了。这是第一个构建,因为我只是第一次尝试设置服务器。