codingcodax/reexjs-cli

Dependencies and dev dependencies are not being installed

Closed this issue · 0 comments

Describe the bug:

Dependencies and dev dependencies only display the installation message but do not do so when the process is finished.

Expected behavior :
Install sass for normal dependencie and prettier for devDependencie.

// reexjs-app/package.json
{
  "name": "reexjs-app",
  "version": "0.1.0",
  "private": true,
  "scripts": {
   ...
  },
  "dependencies": {
    ...
    "sass": "^1.32.12"
  },
  "devDependencies": {
    "prettier": "^2.2.1"
  }
}

Instead package.json is not modified after create-next/react-app.

node version : 14.16.1
npm version : 7.11.1
reexjs-cli : 0.1.7