-
Notifications
You must be signed in to change notification settings - Fork 310
RC5 - error "build dev failed: Cannot set property 'fileSystem' of null" #660
Comments
Hi, This is my ionic info and my package.json : |
|
@markholland @Quocnamit @Tusharbalar Guys, just switch to @ionic/[email protected] - this will solve the problem :-) Ps. Read app-scripts upgrade docs, cause many changes after 0.0.46. |
Guess it's time to resolve the reason why we stuck on 0.0.46 then Thanks @lleevvyy |
@lleevvyy It's not working after change the @ionic/[email protected] I got following error
|
@dilipchandima Did you add the sw-toolbox dependency? |
I also had this error with RC3 and app-scripts |
@dilipchandima @Quocnamit you need to install sw-toolbox.
It's solved my problem. please read this: 2.0.0-rc.5 CHANGELOG |
its work it to me thx guys |
Hi, My old version is 0.0.42. Now It's 1.0.0 👍 . So that I need to update some file name, and update my custom configuration (sass, copy, webpack,...) Now it works for me Thanks guys |
This worked for me, too! Thanks guys. |
It seems that this is user error and not app-scripts error so I'm going to close this thread. Thanks, |
still not working after update |
same problem with final version |
What version of Thanks, |
$ ionic serve Running 'serve:before' npm script before serve
[09:40:05] ionic-app-scripts 1.0.0 npm ERR! Windows_NT 10.0.14393 npm ERR! Please include the following file with any support request: |
@danbucholtz |
@amrayoub, @dilipchandima,@almgwary, I followed these steps
"dependencies": {
|
Hello guys,
"dependencies": { |
ionic-app-scripts depends on webpack version In case you can't update ionic-app-scripts yet, you can force the older version of webpack by running following command:
Updating ionic-app-scripts is probably the better solution, consider this as a temporary workaround... |
everything done JayaniSumudini and other help..... not working error showing... [14:16:55] ionic-app-scripts 0.0.47 [14:16:58] watch ready in 2.42 s |
how to fix build dev failed: Cannot set property 'fileSystem' of null Cordova CLI: 6.5.0 |
Update to Thanks, |
Thank for reply @danbucholtz ...its works. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have this error:
"build dev failed: Cannot set property 'fileSystem' of null "
when I use "ionic serve"
but if I run "ionic build browser", everything is ok.
I've removed all my node_modules and do a fresh "npm install".
I've deleted the ".tmp" & "www" dir too, but the error still displaying.
Please, can you help me? Thanks you,
best regards
This is my ionic info:
and my package.json :
The text was updated successfully, but these errors were encountered: