Skip to content

Commit

Permalink
@npmcli/run-script@1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Nov 23, 2020
1 parent 65bdbb2 commit 09d21ab
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion node_modules/@npmcli/run-script/lib/make-spawn-args.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion node_modules/@npmcli/run-script/lib/set-path.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@npmcli/run-script/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@npmcli/arborist": "^1.0.12",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^1.2.1",
"@npmcli/run-script": "^1.8.0",
"@npmcli/run-script": "^1.8.1",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",
Expand Down

1 comment on commit 09d21ab

@AhmadSalihu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please help me solve this issues. I have been trying to install npm packages using various commands such as:
npm init react-app my-app,
npm react-app my-app,
npm create-react-app trove-app
but all these isplay one issues, below;

C:\Users\AHMED>node -v
v15.2.1

C:\Users\AHMED>npm -v
7.0.8

C:\Users\AHMED>cd desktop

C:\Users\AHMED\Desktop>npx create-react-app trove-app

You are running create-react-app 4.0.0, which is behind the latest release (4.0.1).

We no longer support global installation of Create React App.

Please remove any global installs with one of the following commands:

  • npm uninstall -g create-react-app
  • yarn global remove create-react-app

The latest instructions for creating a new app can be found here:
https://create-react-app.dev/docs/getting-started/

npm ERR! code 1
npm ERR! path C:\Users\AHMED\Desktop
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ""create-react-app" "trove-app""

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\AHMED\AppData\Local\npm-cache_logs\2020-11-23T23_38_27_980Z-debug

Please sign in to comment.