hello-world-part-four-tutorial
hello-world-part-four-tutorial copied to clipboard
code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'
at Object.
whenever I initiate the npx start
@dev-sumukha This method works for me:
- Remove
/node_module
andyarn.lock
; - In your
package.json
file, replace"start": "react-scripts start"
with"start": "react-scripts --openssl-legacy-provider start"
; -
yarn install
andyarn start
.
Hope it helps...
Wow... I just had the same issue, and your fix fixed it @hyc0812 ! thanks !!
note: I didn't need to remove /node_module
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>