You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered this through a lot of trial+error and head scratching. When you import functions from path (e.g. import { resolve } from 'path'), they work as expected. However, importing from node:path causes them to be missed (e.g. import { resolve } from 'node:path').
The text was updated successfully, but these errors were encountered:
I discovered this through a lot of trial+error and head scratching. When you import functions from
path
(e.g.import { resolve } from 'path'
), they work as expected. However, importing fromnode:path
causes them to be missed (e.g.import { resolve } from 'node:path'
).The text was updated successfully, but these errors were encountered: