We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Describe the bug
When trying to run the project in development mode using NodeJS version 18.7.0, the app doesn't compile & throws an error message.
18.7.0
Steps to reproduce:
npm i
npm run start
Expected results: It was expected to compile in dev mode & launch React's an app in the browser like in the screenshot below:
Actual results: It doesn't compile & it throws the following error instead:
[Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports" in the package.jso]
Workaround: 1
npm i -D postcss@latest export NODE_OPTIONS=--openssl-legacy-provider npm install
Workaround: 2
19.1.0
Start the project with the command: npm run start. The app should compile now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When trying to run the project in development mode using NodeJS version
18.7.0
, the app doesn't compile & throws an error message.Steps to reproduce:
npm i
.npm run start
.Expected results:
It was expected to compile in dev mode & launch React's an app in the browser like in the screenshot below:
Actual results:
It doesn't compile & it throws the following error instead:
Workaround: 1
Workaround: 2
18.7.0
version.19.1.0
version.Start the project with the command:
npm run start
. The app should compile now.The text was updated successfully, but these errors were encountered: