Object prototype may only be an Object or null: undefined

Hi

Wen I try to use “ionic serve”, i get this error message :

Runtime Error
Object prototype may only be an Object or null: undefined
Stack
TypeError: Object prototype may only be an Object or null: undefined
    at setPrototypeOf (<anonymous>)
    at __extends (http://localhost:8100/build/vendor.js:98997:9)
    at http://localhost:8100/build/vendor.js:99030:5
    at Object.<anonymous> (http://localhost:8100/build/vendor.js:99043:2)
    at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)
    at Object.470 (http://localhost:8100/build/main.js:3826:86)
    at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)
    at Object.428 (http://localhost:8100/build/main.js:3421:73)
    at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30)
    at Object.423 (http://localhost:8100/build/main.js:3401:70)
Ionic Framework: 3.5.3
Ionic App Scripts: 2.1.4
Angular Core: 4.1.3
Angular Compiler CLI: 4.1.3
Node: 7.5.0
OS Platform: macOS Sierra
Navigator Platform: MacIntel
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36

But when i try on “private page”, it works.

Any idea where the problem comes from ?

Thanks

Hi I’m also facing this issue. Did you solved the problem?