android - Cannot read property 'hasOwnProperty' of undefined at Object.runr -


i have problem develop because when try ionic serve or every command of ionic or cordova, make me error. img display:

enter image description here

i tried , search nothing.

you may need downgrade ionic cli version. try following:

npm uninstall -g ionic

npm install -g ionic@2.1.0

this might issue ionic 1 apps, , not ionic 2.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -