simple-viewer-app error : Property imjs_test_project does not exist?
muhuashanjin opened this issue · 2 comments
muhuashanjin commented
ColinKerr commented
Did you rebuild after you set the 'imjs_test_project' variable? If not do:
rush build --to simple-viewer-app
This will rebuild just the simple viewer app. If you do this and it still does not work try cleaning then rebuilding by calling:
npm run clean
rush build --to simple-viewer-app
The npm command must be run from the simple-viewer-app directory. The clean command will remove the lib folder from simple-viewer-app and ensure the rebuild is starting from scratch.
aderderian commented
See my issue here as well : #8