Initialize the project
Now we’ll turn this folder into an npm package.
npm init
You’ll be given a series of prompts. You can use the defaults except for your entry point. For your entry point, use ./dist/main.js
. You can always go back and change these in the package.json
file that’s been generated for you.
Please login to continue.