wasp build 🐝 --- Building wasp project... --------------------------------------------------- [ Wasp ] Starting npm install [ Wasp ] Still installing npm dependencies! [ Wasp ] Installation going great - we'll get there soon! [ Wasp ] The installation is taking a while, but we'll get there! [ Wasp !] npm warn deprecated @types/xlsx@0.0.36: This is a stub types definition for xlsx (https://github.com/sheetjs/js-xlsx). xlsx provides its own type definitions, so you don't need @types/xlsx installed! [ Wasp !] npm warn deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead. [ Wasp !] npm warn deprecated @lucia-auth/adapter-prisma@4.0.1: This package has been deprecated. Please see https://lucia-auth.com/lucia-v3/migrate. [ Wasp !] npm warn deprecated backbone-undo@0.2.6: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. [ Wasp !] npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead [ Wasp !] npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead [ Wasp !] npm warn deprecated multer@1.4.5-lts.2: Multer 1.x is impacted by a number of vulnerabilities, which have been patched in 2.x. You should upgrade to the latest 2.x version. [ Wasp ] Yup, still not done installing. [ Wasp !] npm warn deprecated lucia@3.2.2: This package has been deprecated. Please see https://lucia-auth.com/lucia-v3/migrate. [ Wasp !] npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead [ Wasp !] npm warn deprecated oslo@1.2.1: Package is no longer supported. Please see https://oslojs.dev for the successor project. [ Wasp !] npm warn deprecated oslo@1.2.0: Package is no longer supported. Please see https://oslojs.dev for the successor project. [ Wasp !] npm warn deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [ Wasp ] We're getting closer and closer, everything will be installed soon! [ Wasp !] npm warn deprecated react-beautiful-dnd@13.1.1: react-beautiful-dnd is now deprecated. Context and options: https://github.com/atlassian/react-beautiful-dnd/issues/2672 [ Wasp ] Still waiting for the installation to finish? You should! We got too far to give up now! [ Wasp ] You've been waiting so patiently, just wait a little longer (for the installation to finish)... [ Wasp ] Still installing npm dependencies! [ Wasp !] npm warn deprecated @faker-js/faker@8.3.1: Please update to a newer version [ Wasp ] Installation going great - we'll get there soon! [ Wasp ] The installation is taking a while, but we'll get there! [ Wasp ] Yup, still not done installing. [ Wasp ] We're getting closer and closer, everything will be installed soon! [ Wasp ] Still waiting for the installation to finish? You should! We got too far to give up now! [ Wasp ] You've been waiting so patiently, just wait a little longer (for the installation to finish)... [ Wasp ] Still installing npm dependencies! [ Wasp ] [ Wasp ] added 1464 packages, and audited 1466 packages in 3m [ Wasp ] [ Wasp ] 302 packages are looking for funding [ Wasp ] run `npm fund` for details [ Wasp ] [ Wasp ] 17 vulnerabilities (2 low, 8 moderate, 7 high) [ Wasp ] [ Wasp ] To address all issues possible (including breaking changes), run: [ Wasp ] npm audit fix --force [ Wasp ] [ Wasp ] Some issues need review, and may require choosing [ Wasp ] a different dependency. [ Wasp ] [ Wasp ] Run `npm audit` for details. [ Client ] Starting npm install [ Server ] Starting npm install [ Client ] Still installing npm dependencies! [ Server ] Still installing npm dependencies! [ Server ] [ Server ] added 147 packages, and audited 148 packages in 11s [ Server ] [ Server ] 28 packages are looking for funding [ Server ] run `npm fund` for details [ Server ] [ Server ] 3 high severity vulnerabilities [ Server ] [ Server ] To address all issues (including breaking changes), run: [ Server ] npm audit fix --force [ Server ] [ Server ] Run `npm audit` for details. [ Client ] [ Client ] added 66 packages, and audited 67 packages in 11s [ Client ] [ Client ] 9 packages are looking for funding [ Client ] run `npm fund` for details [ Client ] [ Client ] found 0 vulnerabilities ✅ --- Successfully completed npm install. ---------------------------------------- 🐝 --- Setting up database... ----------------------------------------------------- [ Db ] Prisma schema loaded from ../db/schema.prisma [ Db ] [ Db ] ✔ Generated Prisma Client (v5.19.1) to ./../../../node_modules/@prisma/client in 489ms [ Db ] ✅ --- Database successfully set up. ---------------------------------------------- 🐝 --- Building SDK... ------------------------------------------------------------ ✅ --- SDK built successfully. ---------------------------------------------------- ✅ --- Your wasp project has successfully compiled. ------------------------------- ✅ --- Your wasp project has been successfully built! Check it out in the .wasp/build directory. ---