8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d46c9 commit 6b363b0Copy full SHA for 6b363b0
packages/create-node-app-core/installer.ts
@@ -121,7 +121,7 @@ const runCommandInProjectDir = async (
121
};
122
123
function extractNameAndVersion(dependencyString: string) {
124
- // extract the name and version from the dependency string saperaing by @
+ // extract the name and version from the dependency string separated by @
125
// e.g. @types/react@^16
126
// => name: @types/react
127
// => version: ^16
0 commit comments