Closed sax closed 2 years ago
In order to install this plugin on an M1 Mac running the latest version of nodejs, without installing Rosetta 2, I had to update the following deps:
nodejs
- "@types/node": "^10.12.0", - "coc.nvim": "^0.0.81-next.7", - "esbuild": "^0.8.29", - "eslint": "^7.15.0", + "@types/node": "^12.12.12", + "coc.nvim": "^0.0.81-next.8", + "esbuild": "^0.14.11", + "eslint": "^8.7.0",
In order to install this plugin on an M1 Mac running the latest version of
nodejs
, without installing Rosetta 2, I had to update the following deps: