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
There are errors when you try to start the project with npm start.
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports"in
/Users/brion/Desktop/wso2/identity-authentication-flow-composer/node_modules/postcss-safe-parser/node_modules/postcss/package.json
Steps to reproduce:
Clone the repo.
npm install
npm start
The text was updated successfully, but these errors were encountered:
Description:
There are errors when you try to start the project with
npm start
.Steps to reproduce:
The text was updated successfully, but these errors were encountered: