manual change to the package.json file

0

Hi, I'm following a laravel project and I have the different versions in my file package.json if I give npm install my project will have different libraries versions of the project I'm following? on the other hand if in devDependencies change it to the same versions to the project that I follow and give npm install would not have problem?

"devDependencies": {
        "axios": "^0.18",
        "bootstrap": "^4.0.0",
        "popper.js": "^1.12",
        "cross-env": "^5.1",
        "jquery": "^3.2",
        "laravel-mix": "^2.0",
        "lodash": "^4.17.4",
        "vue": "^2.5.7"
    }
    
asked by Alfredo Fernandez-carlos 12.08.2018 в 07:13
source

0 answers