Ionic 3, error while installing app-script 1.3.0

Asked

Viewed 128 times

0

Complementing the previous question, I am in an Ionic 3 environment, give an npm install but it is missing this app-script 1.3.0, msm installing the Ionic 2, npm install again msm error I believe it is a 404, ai altero package.json para app-script 2.0 or 3.0 ai yes it installs, but when giving Ionic serves it appears the following message Undefined webpack jsonpinserir a descrição da imagem aqui

1 answer

0

friend although your question is not very clear I went through this problem a while ago when I went to reactivate an old project.

if it is the same thing I added in the index.html file the excerpt below:

<script src="build/vendor.js"></script>

because it is in vendor.js where all Node modules are defined.

if it really doesn’t work try to run at command prompt the commands below:

ionic cordova platform remove nomePlataforma

and then the command:

ionic cordova platform add nomePlataforma

after the executed commands try to run again.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.