This is not a normal nodejs project that starts with yarn and yarn start.
The rust section requires extra steps which are not included in the package.json file
additionally if you try to do yarn build, you get
[fox@fox-pc textyle]$ yarn build
yarn run v1.22.10
$ react-app-rewired build
Creating an optimized production build...
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating
Failed to compile.
./src/tilemap/index.js
Cannot find file './pkg' in './src/tilemap'.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
I tried doing cargo build in that folder, but I still get no further with this :(
This is not a normal nodejs project that starts with yarn and yarn start.
The rust section requires extra steps which are not included in the package.json file
additionally if you try to do yarn build, you get
I tried doing cargo build in that folder, but I still get no further with this :(