-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
Description
Informations
Node 10.15.0
npm 6.4.1
Strapi 3.0.0-alpha.17
Mongodb
Ubuntu 16
What is the current behavior?
After setting up a sample project locally, I git repo the whole folder and clone it on my digital ocean droplet. There I do npm install and npm run setup. Npm install is fine but npm run setup throws an error and states that it cannot find immutable package.
On further investigation I found that packages for plugins aren't installed. Is there another command to install packages for the plugins or do I manually install the packages?