Categories JavaScript Answers How to fix “Cannot find module ‘ts-node/register'” error with JavaScript? Post author By John Au-Yeung Post date September 9, 2022 No Comments on How to fix “Cannot find module ‘ts-node/register'” error with JavaScript? Spread the love To fix "Cannot find module ‘ts-node/register’" error with JavaScript, we install the ts-node package. To install it, we run npm install ts-node --save-dev to save the ts-node package as a dev dependency. Related Posts How to fix the "Cannot find module 'ts-node/register'" error with Node.js?Sometimes, we want to fix the "Cannot find module 'ts-node/register'" error with Node.js. In this… How to fix "cannot find module 'request'" error with Node.js?To fix "cannot find module 'request'" error with Node.js, we install the request package. To… How to fix the "Error: Cannot find module 'express'" error with Node.js?Sometimes, we want to fix the "Error: Cannot find module 'express'" error with Node.js. In… By John Au-Yeung Web developer specializing in React, Vue, and front end development. View Archive → ← How to fix nodemon not found in npm with JavaScript? → How to start a Node.js server as a daemon process? Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Current ye@r * Leave this field empty