hello-world-part-four-tutorial icon indicating copy to clipboard operation
hello-world-part-four-tutorial copied to clipboard

code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'

Open ghost opened this issue 2 years ago • 3 comments

at Object. (/Applications/Development/final try/hello-world-part-four-tutorial/starter-files/node_modules/postcss-safe-parser/lib/safe-parser.js:1:17) { code: 'ERR_PACKAGE_PATH_NOT_EXPORTED' }

whenever I initiate the npx start

ghost avatar Nov 07 '22 14:11 ghost

@dev-sumukha This method works for me:

  1. Remove /node_module and yarn.lock;
  2. In your package.json file, replace "start": "react-scripts start" with "start": "react-scripts --openssl-legacy-provider start";
  3. yarn install and yarn start.

Hope it helps...

hyc0812 avatar Jan 04 '23 21:01 hyc0812

Wow... I just had the same issue, and your fix fixed it @hyc0812 ! thanks !! note: I didn't need to remove /node_module

mcaquet avatar Jan 04 '23 22:01 mcaquet

Hi, It was giving me the problem, so i just switched to infura

On Thu, Jan 5, 2023, 4:25 AM Matdev @.***> wrote:

Wow... I just had the same issue, and your fix fixed it @hyc0812 https://github.com/hyc0812 ! thanks !! note: I didn't need to remove /node_module

— Reply to this email directly, view it on GitHub https://github.com/alchemyplatform/hello-world-part-four-tutorial/issues/4#issuecomment-1371520378, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZWNINWBJLTI5MQQKJZF2SLWQX5WDANCNFSM6AAAAAARZHUNTU . You are receiving this because you were mentioned.Message ID: @.*** .com>

ghost avatar Jan 05 '23 06:01 ghost