UNPKG

max-api

Version:

Placeholder / Stub Node package for users that accidentally install "max-api" when attempting to use the dynamic "max-api" within [node.script]

10 lines (6 loc) 277 B
const { homepage } = require("./package.json"); throw new Error( `It appears that you installed the 'max-api' package from npm. This leads to undesired behaviour and errors. Please remove the package using 'npm uninstall max-api'. For more info please visit ${homepage} `);