@quasar/cli
Advanced tools
Comparing version 2.4.0 to 2.4.1
console.log(` | ||
· For scaffolding an official Quasar project please use this instead: | ||
npm init quasar | ||
(or) | ||
yarn create quasar | ||
(or) | ||
npm init quasar | ||
pnpm create quasar | ||
(or) | ||
bun create quasar | ||
· For scaffolding a custom starter kit please use this instead: | ||
npm install -g @quasar/legacy-create | ||
(or) | ||
yarn global add @quasar/legacy-create | ||
(or) | ||
npm install -g @quasar/legacy-create | ||
pnpm add -g @quasar/legacy-create | ||
(or) | ||
bun install -g @quasar/legacy-create | ||
@@ -14,0 +22,0 @@ ...and then: |
@@ -36,4 +36,4 @@ import { readFileSync } from 'node:fs' | ||
=> IMPORTANT ! | ||
=> ${ italic('Trigger this inside of a Quasar project (and npm/yarn install) for more commands.') } | ||
=> ${ italic('Trigger this inside of a Quasar project (and npm/yarn/pnpm/bun install) for more commands.') } | ||
-------------- | ||
`) |
@@ -47,2 +47,4 @@ import parseArgs from 'minimist' | ||
{ key: ' yarn', value: getSpawnOutput('yarn') }, | ||
{ key: ' pnpm', value: getSpawnOutput('pnpm') }, | ||
{ key: ' bun', value: getSpawnOutput('bun') }, | ||
{ key: ' @quasar/cli', value: green(cliPkg.version) }, | ||
@@ -49,0 +51,0 @@ { key: ' @quasar/icongenie', value: getSpawnOutput('icongenie') }, |
@@ -64,3 +64,3 @@ import parseArgs from 'minimist' | ||
if (!fs.existsSync(appPaths.resolve.app('node_modules'))) { | ||
fatal('Please run "yarn" / "npm install" / "pnpm install" first\n', 'Error') | ||
fatal('Please run npm/yarn/pnpm/bun install first\n', 'Error') | ||
} | ||
@@ -67,0 +67,0 @@ |
{ | ||
"name": "@quasar/cli", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Quasar Framework - the Global CLI", | ||
@@ -56,3 +56,3 @@ "type": "module", | ||
"cross-spawn": "^7.0.3", | ||
"express": "^4.18.3", | ||
"express": "^4.19.2", | ||
"fs-extra": "^11.2.0", | ||
@@ -68,6 +68,3 @@ "http-proxy-middleware": "^2.0.6", | ||
"eslint": "^8.57.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-promise": "^6.1.1" | ||
"eslint-config-quasar": "workspace:*" | ||
}, | ||
@@ -74,0 +71,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44236
2
1271
Updatedexpress@^4.19.2