I am attempting to follow the blog post for using trained models for georeferencing repo. I noticed a few things. The first is that the GitHub pages deployment to GitHub Pages here
link does not work.
The second error I’m receiving when running npm run build:dev
:
\Documents\GitHub\dji-aerial-georeferencing>npm run build:dev
> dji-aerial-georeferencing@1.0.0 build:dev C:\Users\marci\OneDrive\Documents\GitHub\dji-aerial-georeferencing
> TAILWIND_MODE=watch WEBPACK_ENV=dev webpack --env dev --watch
TAILWIND_MODE is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! dji-aerial-georeferencing@1.0.0 build:dev: TAILWIND_MODE=watch WEBPACK_ENV=dev webpack --env dev --watch
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the dji-aerial-georeferencing@1.0.0 build:dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above
I’m not extremely familiar with webpapck or tailwindcss, so any advice is much welcomed.