#####################################################
V1 users: If you have a technical issue, please do not open a bug this way!
Please use the wails issue command!
If you do not do this then the issue may be closed automatically.
NOTE: If your bug is related to Windows, make sure you read
the Windows Developer Guide
#####################################################
Description
Hi guys! After few months of running Wails V1, I finally decided to tryout V2. I read over the documentation from start to finish but getting a few different errors. I was able to solve most errors by deleting all caches and reinstalling everything fresh, but I'm still left with one error I can't seem to get rid of.
I deleted and reinstalled xcode command line tools to make sure it's the latest version, but that doesn't seem to help.
To Reproduce
Steps to reproduce the behaviour:
- Upgrade from Go 1.16 to 1.17.6
- Upgrade node to v17.3.0 (npm v8.3.0)
- Run
wails init -n WailsTest
- Change
go.mod module name from "changeme" to "wailstest"
- Run
wails dev
- Get Error
Expected behaviour
Program to compile and/or run on dev server
Screenshots

System Details
Wails CLI v2.0.0-beta.27
Scanning system - Please wait (this may take a long time)...Done.
System
------
OS: MacOS
Version: 11.5.2
ID: 199506
Go Version: go1.17.6
Platform: darwin
Architecture: amd64
Dependency Package Name Status Version
---------- ------------ ------ -------
xcode command line tools N/A Installed 2384
npm N/A Installed 8.3.0
*upx N/A Available
* - Optional Dependency
Diagnosis
---------
Your system is ready for Wails development!
Optional package(s) installation details:
- upx : Available at https://upx.github.io/
If Wails is useful to you or your company, please consider sponsoring the project:
https://github.com/sponsors/leaanthony
#####################################################
V1 users: If you have a technical issue, please do not open a bug this way!
Please use the
wails issuecommand!If you do not do this then the issue may be closed automatically.
NOTE: If your bug is related to Windows, make sure you read
the Windows Developer Guide
#####################################################
Description
Hi guys! After few months of running Wails V1, I finally decided to tryout V2. I read over the documentation from start to finish but getting a few different errors. I was able to solve most errors by deleting all caches and reinstalling everything fresh, but I'm still left with one error I can't seem to get rid of.
I deleted and reinstalled
xcode command line toolsto make sure it's the latest version, but that doesn't seem to help.To Reproduce
Steps to reproduce the behaviour:
wails init -n WailsTestgo.modmodule name from "changeme" to "wailstest"wails devExpected behaviour
Program to compile and/or run on dev server
Screenshots

System Details