-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Description
Using npm link to include a local copy of a binary crasheswails build, for example, pro versions you can't bundle with your source repo.
"@FontAwesome": "file:~/Code/lib/fontawesome/npm" running npm install works fine, but wails gets an issue:
To Reproduce
use npm link or npm install with a local directory using ~/my-project
wails3 fails to build
Expected behaviour
The fix, is to run with -f, to tell go-task to handle cache checksum's differently.
Screenshots
Attempted Fixes
The fix is to use the node_modules/.bin directory, so the change detection has a far smaller list of files to check; this has a side effect of speeding up the common:install:frontend:deps build step exponentially by the node_module dir size, as thousands of files are ignored.
System Details
* my putter: cpu: beep booper 2000 *Additional context
PR incoming from: https://github.com/Snider/wails/tree/v3-alpha-fe-npm-gen-fix