skip to Main Content

I’m making a project that uses Vite + React (I use vanilla jsx) and I want to use a npm package (react-new-window to be specific) but I can’t find how.

I look up on Google but can’t see any step-by-step tutorial that I can do

2

Answers


  1. Did you check that package’s npm page? anyway did you try npm i react-new-window --save

    Login or Signup to reply.
  2. You can install the package by

    npm install react-new-window

    After Installation you can read the documentation on https://www.npmjs.com/package/react-new-window

    #Apache-Age

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search