#Error: Cannot find module 'C:\@remix-run\dev\dist\cli.js'

1 messages · Page 1 of 1 (latest)

amber dust
#

Hello,

I run this command npx create-remix@latest and installed the remix app server if I run with "npm run dev" then I got this err:

Error: Cannot find module 'C:@remix-run\dev\dist\cli.js'

#
{
  "private": true,
  "sideEffects": false,
  "scripts": {
    "build": "remix build",
    "dev": "remix dev",
    "start": "remix-serve build",
    "typecheck": "tsc"
  },
  "dependencies": {
    "@remix-run/node": "^1.13.0",
    "@remix-run/react": "^1.13.0",
    "@remix-run/serve": "^1.13.0",
    "isbot": "^3.6.5",
    "pg": "^8.9.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@remix-run/dev": "^1.13.0",
    "@remix-run/eslint-config": "^1.13.0",
    "@types/react": "^18.0.25",
    "@types/react-dom": "^18.0.8",
    "eslint": "^8.27.0",
    "typescript": "^4.8.4"
  },
  "engines": {
    "node": ">=14"
  }
}
queen harbor
#

did you run npm i?