ozws
ozws
Subscribed to thread.
Hmmm.... interesting. After upgrading to Node.js 16.3.0 and using Terminal inside VSCode instead of iTerm (separately), I'm not getting the errors/warnings anymore on `yarn tauri:build` after creating new projects.
Here you go: ``` yarn run v1.22.10 $ vue-cli-service tauri:build --verbose ⠙ Building for production... DONE Compiled successfully in 7863ms 4:29:43 PM File Size Gzipped src-tauri/target/webpack_dist/js/chunk-vendors.885263a8.js 123.15 KiB 44.37 KiB...
@beryllium, thanks, that worked for getting rid of the warning. However, I needed the following to get the highlighting working (from [#2542 (comment)](https://github.com/ajaxorg/ace/issues/2542#issuecomment-111288259)): ``` session.setMode({path:"ace/mode/php", inline:true}) ```
New to Monterey (from Mojave). Installing PHP via Brew fixed it up. Didn't know it wasn't on there. Thanks @sheriffderek