autoecu icon indicating copy to clipboard operation
autoecu copied to clipboard

Add missing dependencies

Open incognitojam opened this issue 4 years ago • 0 comments

  • Update lockfile format to version 2 (this is a side effect of running npm install with npm > 7) https://docs.npmjs.com/cli/v8/configuring-npm/package-lock-json#lockfileversion
  • Add "missing" dependencies to package.json When I ran npm test, node couldn't find the can-message even though it's a dependency of pandajs. I guess npm has changed and dependencies of dependencies aren't accessible anymore?
  • Update .gitignore

incognitojam avatar Jan 12 '22 16:01 incognitojam