Skip to content
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

small fix and build instructions in readme #91

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

ELY3M
Copy link

@ELY3M ELY3M commented Nov 13, 2024

small fix and build instructions in readme

@gitscosh
Copy link

This doesn't work.

You don't install vue with apt. You install it with npm.
You don't install rustup with apt, you install it by curl'ing an install script and following the directions that pop up (usually just hitting 1).

After getting everything installed, npm run build just errors out.

$ npm run build

[email protected] build
npx webpack --config webpack.config.js

🧐 Checking for wasm-pack...

ℹ️ Installing wasm-pack

Error: Rust compilation.
at ChildProcess. (/home/gitscosh/source/MeteoNook/node_modules/@wasm-tool/wasm-pack-plugin/plugin.js:210:16)
at ChildProcess.emit (events.js:314:20)
at maybeClose (internal/child_process.js:1022:16)
at Socket. (internal/child_process.js:444:11)
at Socket.emit (events.js:314:20)
at Pipe. (net.js:676:12)

Running the following distro:

$ cat /etc/os-release| grep -E 'VERSION|NAME'
NAME="Linux Mint"
VERSION="21.3 (Virginia)"
PRETTY_NAME="Linux Mint 21.3"
VERSION_ID="21.3"
VERSION_CODENAME=virginia
UBUNTU_CODENAME=jammy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants