Closed
Description
Describe the problem
yarn build results in error:
$ npm run lint && rollup -c --environment NODE_ENV:production
> @auth0/auth0-react@2.0.0 lint
> eslint --ext=tsx ./src ./__tests__
[!] TypeError: Unknown file extension ".json" for /Users/my-path-to-project/auth0-react/package.json
at new NodeError (node:internal/errors:371:5)
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:87:11)
at defaultGetFormat (node:internal/modules/esm/get_format:102:38)
at defaultLoad (node:internal/modules/esm/load:21:14)
at ESMLoader.load (node:internal/modules/esm/loader:359:26)
at ESMLoader.moduleProvider (node:internal/modules/esm/loader:280:58)
at new ModuleJob (node:internal/modules/esm/module_job:66:26)
at ESMLoader.#createModuleJob (node:internal/modules/esm/loader:297:17)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:261:34)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:81:21)
error Command failed with exit code 1.
What was the expected behaviour?
I would expect build to complete without an error
Reproduction
- checkout the latest master from auth0-react repo
- use node v16.14
- run
yarn
to install dependencies - run
yarn build
- see error, neither build, start or publish works, all result in same error.
Environment
- Version of
auth0-react
used: 2.0.0 - Which framework are you using, if applicable (Angular, React, etc): React
Metadata
Metadata
Assignees
Labels
No labels