-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command error on npm run build-watch #10897
Comments
Hi there, thanks for the report. What version of node are you using? For example: $ node -v
v16.15.0 |
@ggetz here is my develop environment my working computer both this two versions throw error |
@sanjeetsuhag Would you be able to take a look at this? Technically NodeJS 14 is the minimum version we recommend. Is that still accurate? |
Taking a look at this now, @ggetz. On my system, I mostly use Node 16 and 18, so I'll check what works and doesn't work on Node 14 with the new scripts. |
Thanks for your patience @jiangheng90. npm workspackes are only supported in Node 16 and above, which is why we've documented a minimum Node version of 16 or above in the build guide to build the code or run development scripts. However, workspaces are not required to run the packaged/shipped code, which is why the minimum supported Node version defined in |
for
npm run build-watch
command. both my computer in home and company got error belowfor error throw in gulpfile, it comes from
the deconstruction throw it. I see the return of
bundleCesiumJs
is a object.I have tried to fix this one with:
then
bundleWorkers
comes anotheroptions.input
undefined causeglobby
throw errorthen I stop on this error, recently I wiil keep track on this
The text was updated successfully, but these errors were encountered: