wppconnect icon indicating copy to clipboard operation
wppconnect copied to clipboard

Can not run npm install with a old wppconnect version.

Open rafaelnsf opened this issue 2 years ago • 0 comments

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

  1. put in package json an older version
  2. execute npm run build
  3. It downloads new version automatically

rafaelnsf avatar Sep 28 '22 17:09 rafaelnsf