npm install doesnt create dist folder
问题 I am following this tutorial link to create a grafana plugin. But when I copy this code link from the tutorial to my test server(without the dist/ folder) and run npm install npm doesn’t create a new dist/ folder instead it creates a node_modules folder. Am I missing a step here or am I understanding something incorrect? Since I expected that command to create a dist/ folder out of the files in the src/ folder? The grunt file: module.exports = (grunt) => { require('load-grunt-tasks')(grunt);