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

Error [ERR_PACKAGE_PATH_NOT_EXPORTED] #9

Open
zivkovicj opened this issue Dec 2, 2022 · 2 comments
Open

Error [ERR_PACKAGE_PATH_NOT_EXPORTED] #9

zivkovicj opened this issue Dec 2, 2022 · 2 comments

Comments

@zivkovicj
Copy link

I tried to run yarn install && yarn dev, as demonstrated in the YouTube video.

Received this error after the install:

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports" in {my filepath}/react-testing-starter/node_modules/postcss-safe-parser/node_modules/postcss/package.json

@C-likethis123
Copy link

Hi, the following steps worked for me
nvm install // make sure you're in the directory with the .nvmrc file
nvm use
yarn install && yarn dev

@grillem
Copy link

grillem commented Mar 14, 2023

Had the same issue on node 18. I downgraded to node 16 and worked fine.

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