Everytime I add the required module it still says “Error: Cannot find module ‘statuses’”
Try opening the terminal (tools > terminal) and running npm install statuses
.
1 Like
npm install statuses --save
Adding the save flag (--save
) saves it to package.json and prevents Glitch from uninstalling it during their daily package reinstalls.
3 Likes
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.