Hi, I recently got this error while trying to build the server:
error TS2688: Cannot find type definition file for 'moment'.
The file is in the program because:
Entry point for implicit type library 'moment'
And also:
Could not find a declaration file for module 'body-parser'. '/home/shiftine/projects/tunnelmole-service/node_modules/.pnpm/body-parser@1.20.2/node_modules/body-parser/index.js' implicitly has an 'any' type.
If the 'body-parser' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser'
These issues can be easily resolved by installing those missing packages. Maybe you should add it back to package.json.
Hi, I recently got this error while trying to build the server:
And also:
These issues can be easily resolved by installing those missing packages. Maybe you should add it back to package.json.