N
NovuSudhanshu

How to install a specific version of 'pnpm'

As Novu using 7.33.4 version of pnpm but when I try to install pnpm then it install latest version but I don't want that, Ref : https://pnpm.io/installation#installing-a-specific-version from this link I got a command curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=<version> sh - but this command works only on mac as curl is not supported in windows.
Installation | pnpm
Prerequisites
madd
madd216d ago
I personally install pnpm as global npm package and you specify version as usually
Sudhanshu
Sudhanshu215d ago
I have a doubt...As the project is working on different versions of pnpm and node so do we need to install the same version as of project or can we just install the latest versions?
Suryansh
Suryansh214d ago
can you give the command?
Sudhanshu
Sudhanshu214d ago
yes please @madd
madd
madd214d ago
npm install -g pnpm@8.9.0
npm install -g pnpm@8.9.0
I see recently pnpm version was updated in next branch
Sudhanshu
Sudhanshu214d ago
may be after update my npm run setup:project not wokring , Check here #I tried Running localhost server
Want results from more Discord servers?
Add your server
More Posts
Upgrade MochaHow can I upgrade mocha to latest version and update all relevent packages?multitenant/multiple orgsWe want to deploy Novu to a saas app, using cloud edition. 1. Each customer can setup the channels Question with Fetching Unread Messages for Specific Topics in Daily/Weekly DigestsWe have implemented a system where "topics" (groups) are utilized to send "events" (messages/notificI tried Running localhost server- I tried running localhost server using npm run start:web - server is running fine and first scNot able to find correct routeI want to reach this page but I tried a lot but I am unable to reachEnabling HMAC for in-app with C#Hey guy's im setting up HMAC for in-app and endpoint `https://api.novu.co/v1/widgets/session/initialStyling missing real emailsWe wrote a template after a digest step and we can test it with digest options on both development aPromoted Change Not Being Applied In Productionhello 👋 I added an SMS step to a few of my workflows and then promoted each of them. It shows theneed help understanding few thingsim new to this want to know in which are the images linkedUsing Local Docker Instance for digest-learning-appYesterday I was able to successfully get the digest-learning-app to connect to the host Novu site anAWS SES Email Unexpected Provider ErrorI have been attempting to set up AWS SES to send email notifications but when attempting to send a tSES emails not going throughHey guys, I set up the AWS SES integration in Novu, it says the e-mails are sent correctly in Novu Question: Triggering Workflow to Topic, can I get subscriber info for personalizing the email?I am triggering a workflow to a topic, so several users will get notified. In my simple example, I env variables descriptionI have deployed novu locally on docker and everthing is working fine. But I want to understand the vDelete Multiple Transactions not working.If I am triggering an event to for example 3 users (not a topic), then there are 3 events with same ENV secrets rotationHello, I would like to rotate the WT_SECRET and STORE_ENCRYPTION_KEY environment variables. I am wonProblem with running digest-learning-appI pulled the digest-learning-app and went through the instructions. I am using my local API Key and NV-2989] Upgrade cypress to latest version(#4426)I have setup the projecct locally on my ubuntu and it is running on it, I was working on this issue