Skip to content

Commit b01c857

Browse files
authored
Fix Windows ARM64 CLI execution error (#88)
* Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang * fix: resolve CLI 404 error with dedicated vite config * chore: update root package.json version to 0.1.3 * Release v0.1.4: Fix npx CLI package dependencies and configuration (#80) * Release v0.1.4: Fix npx CLI package dependencies * Update root package version to 0.1.4 * Release v0.1.0: Initial scoped package release (#82) * Update package references to scoped package name (#84) * Release v0.1.0: Initial scoped package release * Update package references to scoped package name * Fix Windows ARM64 CLI execution error (#87) * Release v0.1.0: Initial scoped package release (#83) * Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang * fix: resolve CLI 404 error with dedicated vite config * chore: update root package.json version to 0.1.3 * Release v0.1.4: Fix npx CLI package dependencies and configuration (#80) * Release v0.1.4: Fix npx CLI package dependencies * Update root package version to 0.1.4 * Release v0.1.0: Initial scoped package release (#82) * Updated all package installation commands and npm package URLs (#85) * Release v0.1.3: Fix CLI 404 error with dedicated Vite configuration (#78) * Release v0.1.1: Package metadata improvements (#71) (#72) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#75) * Release v0.1.1: Package metadata improvements (#71) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang to CLI for npm package execution (#74) * Release (#65) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * Release v0.1.0: build fixes and npm publish preparation (#67) * chore: prepare for npm package release - Update version to 0.1.0 for initial release - Add CHANGELOG.md for version tracking - Add favicon and logo files to fix browser tab icon * feat: update project screenshot image - Replace chatbot-flow-editor.webp with new updated version - Update both root and docs/static/img versions * Chore/prepare npm release (#63) (#64) - Remove push event trigger from quality-check.yml - Focus CI execution on pull request workflow only - Aligns with branch protection rules for proper review process * fix: resolve critical package.json main field and build configuration issues - Fix package.json main field pointing to correct entry file (dist/index.js) - Configure Vite to generate fixed entry file names instead of hashed names - Properly externalize React and RadixUI dependencies to prevent bundling - Remove unnecessary UMD globals configuration for ES modules build - Update version consistency across all package.json files to 0.1.0 - Optimize package size by excluding test files and dev artifacts - Add npm pack output to .gitignore * fix: add README and update package metadata for npm display - Add README.md to package files for npm page display - Update homepage URL to documentation site - Optimize keywords for better discoverability - Bump version to 0.1.1 for patch release * fix: add shebang * fix: resolve CLI 404 error with dedicated vite config * chore: update root package.json version to 0.1.3 * Release v0.1.4: Fix npx CLI package dependencies and configuration (#80) * Release v0.1.4: Fix npx CLI package dependencies * Update root package version to 0.1.4 * Release v0.1.0: Initial scoped package release (#82) * Update package references to scoped package name (#84) * Release v0.1.0: Initial scoped package release * Update package references to scoped package name * Fix Windows ARM64 CLI execution error
1 parent c014ca4 commit b01c857

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.1.1] - 2025-07-07
4+
5+
### Fixed
6+
- Fix Windows ARM64 CLI execution error by adding shell option for npx spawn command
7+
- Resolve "spawn npx ENOENT" error on Windows platforms
8+
39
## [0.1.0] - 2025-06-28
410

511
Initial release of Chatbot Flow Editor - Visual development tool for creating chatbot conversation flows.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatbot-flow-editor",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A React-based chatbot flow editor library",
55
"private": true,
66
"workspaces": [

packages/core/bin/cli.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ import { dirname, join } from 'path'
66
const __dirname = dirname(fileURLToPath(import.meta.url))
77
const packageRoot = join(__dirname, '..')
88

9+
const isWindows = process.platform === 'win32'
10+
911
const vite = spawn('npx', ['vite', '--config', 'vite.cli.config.ts', '--port', '3001', '--open'], {
1012
cwd: packageRoot,
11-
stdio: 'inherit'
13+
stdio: 'inherit',
14+
shell: isWindows
1215
})
1316

1417
process.on('SIGINT', () => {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enumura/chatbot-flow-editor",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Visual chatbot flow editor - Development tool for creating conversational flows",
55
"funding": "https://github.com/sponsors/enumura1",
66
"type": "module",

0 commit comments

Comments
 (0)