This might be something to put in developer documentation in a troubleshooting section.
I did a pull of the latest InfoMapper into Poudre Basin Information. When I did ng serve --open I get:
sam (master) infomapper $ ng serve --open
Schema validation failed with the following errors:
Data path "" should NOT have additional properties(allowedCommonJsDependencies).
Next I did npm install and was able to run it. Maybe developer documentation needs several lists of errors that can be fixed with common actions, such as doing npm install, restarting ng serve, etc.
This might be something to put in developer documentation in a troubleshooting section.
I did a pull of the latest InfoMapper into Poudre Basin Information. When I did
ng serve --open
I get:Next I did
npm install
and was able to run it. Maybe developer documentation needs several lists of errors that can be fixed with common actions, such as doingnpm install
, restartingng serve
, etc.