PacktPublishing / UI-Testing-with-Puppeteer

UI Testing with Puppeteer, published by Packt
MIT License
38 stars 19 forks source link

Problem with "npm run build" in Chapter3\init\vuejs-firebase-shopping-cart #5

Open GrahamMadders opened 1 year ago

GrahamMadders commented 1 year ago

Build fails with the following errors: PS C:\Users\graha\OneDrive\jsTest\PacktPup\UI-Testing-with-Puppeteer\Chapter3\init\vuejs-firebase-shopping-cart> npm run build

vuejs-shopping-card-cli3@0.1.0 build vue-cli-service build

node:internal/modules/cjs/loader:988 throw err; ^

Error: Cannot find module './route' Require stack:

kblok commented 1 year ago

Hey @GrahamMadders. That's strange. It's working on my side. If you go to node_modules\color-convert do you see the route.js file?

image

I even see that in color-convert's repo