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
Maybe I'm missing something, but this doesn't seem to work. Steps to reproduce:
Clone the tui-test repo
Install using npm i -D @microsoft/tui-test
cd to either the examples or the test folder
run npx @microsoft/tui-test
Result:
npx @microsoft/tui-test
node:internal/modules/esm/resolve:265
throw new ERR_MODULE_NOT_FOUND(
^
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/path/to/repo/tui-test/lib/test/test.js' imported from /path/to/repo/tui-test/index.js
at finalizeResolution (node:internal/modules/esm/resolve:265:11)
at moduleResolve (node:internal/modules/esm/resolve:933:10)
at defaultResolve (node:internal/modules/esm/resolve:1169:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:383:12)
at ModuleLoader.resolve (node:internal/modules/esm/loader:352:25)
at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:227:38)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:87:39)
at link (node:internal/modules/esm/module_job:86:36) {
code: 'ERR_MODULE_NOT_FOUND',
url: 'file:///path/to/repo/tui-test/lib/test/test.js'
}
Node.js v20.16.0
The text was updated successfully, but these errors were encountered:
Maybe I'm missing something, but this doesn't seem to work. Steps to reproduce:
npm i -D @microsoft/tui-test
examples
or thetest
foldernpx @microsoft/tui-test
Result:
The text was updated successfully, but these errors were encountered: