Raghav Manikandan
Raghav Manikandan
Try this, 1) `npm start` your project as usual (pop-up's keep on coming up) 2) Stop the project (`Ctrl-C`) 3) `pm2 delete ` 4) Again `npm start` (this time it...
I have found a very simple fix that am using now for development, 1. On your pm2 config file, just remove/comment the `instances: 1` line 2. `pm2 delete ` (one...
Created a PR #40.
Initially, I thought the same but it will be having almost all the logic from pinterest layout except one small calculation, thus went for a prop.
Try doing `npm install -g [email protected]` **(OR)** Add this in `package.json` ``` "optionalDependencies": { "fsevents": "*" }, ``` and run `npm install --no-optional`