You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run npm install --production (like the Smoke stage does) on my Win10 machine and it passes without errors even when I wipe both node_modules and frontend/node_modules folder and the frontend/dist directory beforehand.
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked because it has not had recent activity after it was closed. 🔒 Please open a new issue for regressions or related bugs.
This happened for several builds during Test stage (https://travis-ci.org/bkimminich/juice-shop/builds/653466626) but was fixed by adding
"@types/express-serve-static-core": "^4.17.2"
to thedevDependencies
. Now the same error occurs later instead in the Smoke stage: https://travis-ci.org/bkimminich/juice-shop/builds/653681980I tried to run
npm install --production
(like the Smoke stage does) on my Win10 machine and it passes without errors even when I wipe bothnode_modules
andfrontend/node_modules
folder and thefrontend/dist
directory beforehand.The text was updated successfully, but these errors were encountered: