wppconnect
wppconnect copied to clipboard
Can not run npm install with a old wppconnect version.
Description
When running a project that uses wppconnect, the version is being automatically updated, even when at package.json I'm providing a fixed version as 1.16.1, when I start the connection in the log info I can see the message: "You are updated" when I should see a message saying that there is a new version available.
Just a note: In my old container I see the message saying that there is a new version available, but if I run npm install, them it always download the latest version of the dependency.
Environment
**WPPConnect version(s): 1.16.1 **WA-JS version(s): 2.12.0 **OS: Windows 10 19044.2006 **Node version: 16.13.2 **MultiDevice (BETA): yes
Steps to Reproduce
- put in package json an older version
- execute npm run build
- It downloads new version automatically