elewin / pi-weather-station

MIT License
295 stars 60 forks source link

code: 'MODULE_NOT_FOUND', #56

Open gunmasterg9 opened 6 months ago

gunmasterg9 commented 6 months ago

sudo npm start

pi-weather-station@2.0.0 start node ./server/index.js

node:internal/modules/cjs/loader:1137 throw err; ^

Error: Cannot find module 'express' Require stack:

Node.js v18.19.0

nolsen42 commented 2 days ago

Install express in npm

npm install express