Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Use Module.createRequire instead of Module.createRequireFromPath #83

Closed
sebmck opened this issue Mar 1, 2020 · 1 comment · Fixed by #90
Closed

Use Module.createRequire instead of Module.createRequireFromPath #83

sebmck opened this issue Mar 1, 2020 · 1 comment · Fixed by #90

Comments

@sebmck
Copy link
Contributor

sebmck commented Mar 1, 2020

Currently getting this Node deprecation message:

(node:2968) [DEP0130] DeprecationWarning: Module.createRequireFromPath() is deprecated. Use Module.createRequire() instead.
@ndresx
Copy link
Contributor

ndresx commented Mar 2, 2020

I have taken a look at this and created a PR for it with some follow-up questions inside.

@sebmck sebmck closed this as completed in #90 Mar 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants