TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rohit verma
NA
54
2.8k
Uncaught ReferenceError: require is not defined
May 14 2021 9:52 AM
Hi,
I am facing issue Uncaught ReferenceError: require is not defined when compile the .ts file.
It converted into .js file having started from--
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Utils_1 = require("../Shared/Utils");
this is my tsconfig.json setting--
"target": "ES5",
"module": "commonjs",
"lib": ["ES2018", "dom"],
i have tried alot of step but still not solve. I am using typescript version 4.2.4.
Reply
Answers (
2
)
How to pop up an Image from html as an alert
Retrieval and display of Person/Group Field value in BootStrap Table