Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Facing issue on running the project using npm start, tried deleting node_moduled and package.lock.json and reinstalling still same issue #72

Description

@swagat9712

on doing npm start, getting this error

nwtest3@0.1.0 start /Users/swagatb/Desktop/project/POC/nwtest3
nw-react-scripts start

internal/modules/cjs/loader.js:905
throw err;
^

Error: Cannot find module 'node:fs/promises'
Require stack:

  • /Users/swagatb/Desktop/project/POC/nwtest3/node_modules/nw-builder-platforms/dist/nwbuilds.cjs
  • /Users/swagatb/Desktop/project/POC/nwtest3/node_modules/nw-react-scripts/scripts/start.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at require (internal/modules/cjs/helpers.js:92:18)
    at Object. (/Users/swagatb/Desktop/project/POC/nwtest3/node_modules/nw-builder-platforms/dist/nwbuilds.cjs:149:13597)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:14)
    at Module.require (internal/modules/cjs/loader.js:974:19) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    '/Users/swagatb/Desktop/project/POC/nwtest3/node_modules/nw-builder-platforms/dist/nwbuilds.cjs',
    '/Users/swagatb/Desktop/project/POC/nwtest3/node_modules/nw-react-scripts/scripts/start.js'
    ]
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions