Ionic 3: Build in “prod” mode: Cannot find module “.”

前端 未结 5 1043
南旧
南旧 2021-01-18 04:17

we have a large Ionic app that we’re trying to build in production mode since it’s almost ready. The first issue we found is that we w

5条回答
  •  无人及你
    2021-01-18 04:52

    I found the problem. In my package.json I was using:

    "typescript": "^2.9.1",
    

    Decreasing the version to ~2.6.2 fixed it for me.

提交回复
热议问题