cybersaksham-npm-logs
Version:
This package generates npm logs efficiently
14 lines (12 loc) • 450 B
JavaScript
const { showWarning } = require("../logs/npm-warn");
showWarning({
warnings: [
"You are running `portfolio-generator` 4.0.0, which is behind the latest release (4.1.0).",
"",
"We recommend always using the latest version of portfolio-generator if possible.",
],
summary: [
"The latest instructions for creating a new app can be found here:",
"https://portfolio-generator.cybersaksham.co.in/docs/getting-started/",
],
});