Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 安装网页包模块时出错_Windows_Webpack_Windows64 - Fatal编程技术网

Windows 安装网页包模块时出错

Windows 安装网页包模块时出错,windows,webpack,windows64,Windows,Webpack,Windows64,错误说明: “/不支持在@^0.1.5平台中安装for”webpack@1.13.3 › watchpack@0.2.9 › chokidar@1.6.1 › fsevents@1.0.15软件包要求操作系统(darwin)与您的平台(win32)不兼容 [fsevents@^1.0.0]可选安装错误:软件包要求操作系统(darwin)与您的平台(win32)不兼容 我确信我的平台是Windows 64。请告诉我为什么会发生这个错误 这是一个被忽略的错误。fsevents是一个可选的依赖项,仅在

错误说明:

“/不支持在@^0.1.5平台中安装for”webpack@1.13.3 › watchpack@0.2.9 › chokidar@1.6.1 › fsevents@1.0.15软件包要求操作系统(darwin)与您的平台(win32)不兼容 [fsevents@^1.0.0]可选安装错误:软件包要求操作系统(darwin)与您的平台(win32)不兼容


我确信我的平台是Windows 64。请告诉我为什么会发生这个错误

这是一个被忽略的错误。fsevents是一个可选的依赖项,仅在macOS上使用,而不在Windows或Linux上使用。你可以忽略它!在Windows上使用webpack(以及许多其他软件包)时总是会发生这种情况,这是完全正常的,也是意料之中的。

这是一个被忽略的错误。fsevents是一个可选的依赖项,仅在macOS上使用,而不在Windows或Linux上使用。你可以忽略它!在Windows上使用webpack(和许多其他软件包)时总是会发生这种情况,这是完全正常的