Closed rafaelvieiras closed 1 year ago
When I try to run npm i to install dependencies, they can't install because cant find buffer-ws.
npm i
I found this line on package-lock.json:
package-lock.json
"node_modules/buffer.ws": { "version": "1.0.13", "resolved": "file:../../buffer-ws", "license": "GPL-3.0-or-later", "dependencies": { "buffer": "^6.0.3" } },
The problem is on line 4850: "resolved": "file:../../buffer-ws",.
"resolved": "file:../../buffer-ws",
A suggestion: If you tray to use a custom buffer-ws, maybe publish on github and npm a scuti-buffer-ws. What do you think?
scuti-buffer-ws
Sorry, I found your buffer here: https://github.com/kozennnn/buffer.ws
When I try to run
npm i
to install dependencies, they can't install because cant find buffer-ws.I found this line on
package-lock.json
:The problem is on line 4850:
"resolved": "file:../../buffer-ws",
.A suggestion: If you tray to use a custom buffer-ws, maybe publish on github and npm a
scuti-buffer-ws
. What do you think?