-
-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Description
file structure
├── config
│ └── test.js
├── index.js
index.js
const resolve = require("resolve");
const root = process.cwd();
const fPath = resolve.sync("/config/test", {
basedir: root,
extensions: [".js", ".ts"],
});
console.log(fPath);
get error
Error: Cannot find module '/config/test' from '/Users/xxx/'
Metadata
Metadata
Assignees
Labels
No labels