Skip to content

Commit cd3f872

Browse files
committed
chore: Fix start script for node 20
1 parent a4b1958 commit cd3f872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compas-open-scd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"build": "npm run doc && npm run build:only && cp .nojekyll build/",
7474
"build:only": "npx rimraf node_modules/.cache/snowpack/build/[email protected] && snowpack build && workbox generateSW workbox-config.cjs",
7575
"__comment:start": "snowpack dev fails if the lit package is cached. I don't know why, but we have to delete it before starting",
76-
"start": "npx rimraf node_modules/.cache/snowpack/build/[email protected] && snowpack dev"
76+
"start": "npx rimraf node_modules/.cache/snowpack/build/[email protected] && NODE_OPTIONS=--no-experimental-require-module snowpack dev"
7777
},
7878
"devDependencies": {
7979
"@commitlint/cli": "^13.1.0",

0 commit comments

Comments
 (0)