Ionic serve not working in Ionic 3

前端 未结 20 594
眼角桃花
眼角桃花 2021-01-16 23:06

My Ionic info:

cli packages: (/usr/lib/node_modules)

@ionic/cli-utils  : 1.9.2
ionic (Ionic CLI) : 3.9.2

global packages:

Cordova CLI : 7.0.1 

local pack         


        
20条回答
  •  礼貌的吻别
    2021-01-16 23:44

    Use these commands in your prompt.

    npm cache clear --force
    rm -rf node_modules/
    npm install -d
    

提交回复
热议问题