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
{{ message }}
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.
Run npm run build to build the development build of the project. Run npm run build-prod to build the production build of the project. The build artifacts will be stored in the dist/ directory.
To run the build, navigate to the dist/ directory, and run http-server. Navigate to the url: host:port/index.html to see the app (http-party/http-server#525).
Logs:
sudo npm run build-prod
> [email protected] build-prod /var/www/webviewer-angular-sample
> ng build --prod
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
50% building 159/159 modules 0 activeKilled
dist/ folder is empty
The text was updated successfully, but these errors were encountered:
It looks like this creates a folder called angular inside the dist folder. So I navigated to dist/angular, ran http-server and I was able to see WebViewer load.
Does npm run build-prod fail with any errors for you? Or get stuck?
This is not working
Run npm run build to build the development build of the project. Run npm run build-prod to build the production build of the project. The build artifacts will be stored in the dist/ directory.
To run the build, navigate to the dist/ directory, and run http-server. Navigate to the url: host:port/index.html to see the app (http-party/http-server#525).
Logs:
dist/ folder is empty
The text was updated successfully, but these errors were encountered: