DEV Community

Discussion on: Continuous deployment of Vue.js app to AWS using Bitbucket Pipelines

Collapse
 
shypixel profile image
shypixel

Thank you so much for this incredibly helpful article. I managed the integration yet got the error fromthe BitBucket front at the last step (updating the pipeline status right after commiting the "bitbucket-pipelines.yml"):

ERROR Error: Cannot find module 'vue-loader-v16/package.json'
I looked up for this, and it could be related to the Vue CLi version (stackoverflow.com/questions/635045...) but there is no way I can config the Vue CLI tool @ BitBucket, right?

Any advice is appreciated!

Collapse
 
pavanvora profile image
Pavan Vora

Thank you shypixel. Are you able to make build from your local machine?