aws-lex-web-ui icon indicating copy to clipboard operation
aws-lex-web-ui copied to clipboard

lex-web-ui.js not getting built

Open siva-kishore opened this issue 3 years ago • 1 comments

I need a fresh build. So I run the command npm run build-dev. But only few files are getting build. We need lex-web-ui.js to be rebuild which is not happening. What could be the problem here.

siva-kishore avatar Feb 02 '22 11:02 siva-kishore

Hello. Have you made sure you have all the dependencies installed?
See how to install dependencies like vuetify here.

Once you get those installed, you can use this section, Building and Deploying Your Own Lex-Web-UI that has the commands to build your own lex-web-ui. If you want to use the built assets directly, you can ignore the last two lines that upload the assets to S3. For example:

npm install
cd lex-web-ui
npm install
cd ../build
./release.sh

Hope this helps!

chrislott avatar Feb 15 '22 16:02 chrislott