Open saurabhmehta1601 opened 2 years ago
I am using nord-highlightjs within my Nextjs app after trying to link nord.css stylesheet inside head of html document using
<link href="node_modules/nord-highlightjs/dist/nord.css" rel="stylesheet" type="text/css" />
it says module is not found also I have checked package in node_modules and there was no dist folder and there is no code but only these files .
is the package depricated because even the unpkg link https://unpkg.com/nord-highlightjs@0.2.0/dist/nord.css gives 404
I am using nord-highlightjs within my Nextjs app after trying to link nord.css stylesheet inside head of html document using
it says module is not found also I have checked package in node_modules and there was no dist folder and there is no code but only these files .