Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR_UNKNOWN_FILE_EXTENSION #20

Open
HarshdipD opened this issue Aug 6, 2023 · 2 comments
Open

ERR_UNKNOWN_FILE_EXTENSION #20

HarshdipD opened this issue Aug 6, 2023 · 2 comments

Comments

@HarshdipD
Copy link

HarshdipD commented Aug 6, 2023

Just installed the template, and run npm install. I'm receiving the following error upon start or build. Not sure what's causing it, I have everything installed and have build Chrome extensions on my machine separately with React and TS.

 npm run build chrome

> [email protected] build
> ts-node-esm scripts/build.ts chrome

TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /<project-path>/scripts/build.ts
    at new NodeError (node:internal/errors:405:5)
    at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:99:9)
    at defaultGetFormat (node:internal/modules/esm/get_format:142:36)
    at defaultLoad (node:internal/modules/esm/load:91:20)
    at nextLoad (node:internal/modules/esm/hooks:733:28)
    at load (/Users/deogan/Documents/leetcode-hinter/node_modules/ts-node/dist/child/child-loader.js:19:122)
    at nextLoad (node:internal/modules/esm/hooks:733:28)
    at Hooks.load (node:internal/modules/esm/hooks:377:26)
    at MessagePort.handleMessage (node:internal/modules/esm/worker:168:24)
    at [nodejs.internal.kHybridDispatch] (node:internal/event_target:778:20) {
  code: 'ERR_UNKNOWN_FILE_EXTENSION'
}
@pboymt
Copy link

pboymt commented Aug 7, 2023

same problem

@pesonn
Copy link

pesonn commented Oct 15, 2023

This worked for me: #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants