当前位置:  开发笔记 > 编程语言 > 正文

build dev failed:无法将属性'fileSystem'设置为null

如何解决《builddevfailed:无法将属性'fileSystem'设置为null》经验,为你挑选了1个好方法。

我正在尝试运行Ionic 2应用程序.我在运行时遇到以下错误ionic serve

build dev failed:无法将属性'fileSystem'设置为null

完整的日志如下:

? ionic serve                                                              

> ionic-hello-world@ ionic:serve D:\ionic         
> ionic-app-scripts serve                                                  

[18:11:23]  ionic-app-scripts 0.0.47                                       
[18:11:24]  watch started ...                                              
[18:11:24]  build dev started ...                                          
[18:11:24]  clean started ...                                              
[18:11:24]  clean finished in 6 ms                                         
[18:11:24]  copy started ...                                               
[18:11:24]  transpile started ...                                          
[18:11:28]  transpile finished in 4.15 s                                   
[18:11:28]  webpack started ...                                            
[18:11:28]  build dev failed: Cannot set property 'fileSystem' of null     
[18:11:28]  dev server running: http://localhost:8100/                     

[18:11:28]  copy finished in 4.39 s                                        
[18:11:28]  watch ready in 4.44 s   

Suraj Rao.. 26

将您的离子应用程序脚本更新到最新版本.RC5发布时为1.0.0.

npm install @ionic/app-scripts@latest --save-dev.

如建议的那样,从这里检查package.json .

npm install



1> Suraj Rao..:

将您的离子应用程序脚本更新到最新版本.RC5发布时为1.0.0.

npm install @ionic/app-scripts@latest --save-dev.

如建议的那样,从这里检查package.json .

npm install


*和*不要忘记再次更新package.json*和*运行`npm install`!
推荐阅读
小色米虫_524
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有