/bin/sh: 1: webpack: not found #18872
Unanswered
fadiyousif
asked this question in
CI setup
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add Cypress tests to the CircleCI pipeline. So I used a Cypress docker image in my config.yml file:
The Cypress tests run successfully when a commit is made and the CircleCI build is triggered. But
yarn build
which executesNODE_ENV=production webpack
will fail with the following error:webpack and webpack-related packages are locally installed as devDependencies.
This is my first post in GitHub Dicussions. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions